diff options
Diffstat (limited to 'src/gui/widgets/attrs/changedisplay.cpp')
-rw-r--r-- | src/gui/widgets/attrs/changedisplay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/attrs/changedisplay.cpp b/src/gui/widgets/attrs/changedisplay.cpp index bcde30bfd..c094eafb3 100644 --- a/src/gui/widgets/attrs/changedisplay.cpp +++ b/src/gui/widgets/attrs/changedisplay.cpp @@ -47,7 +47,7 @@ ChangeDisplay::ChangeDisplay(const Widget2 *const widget, // TRANSLATORS: status window label mPoints(new Label(this, _("Max"))), // TRANSLATORS: status window label (plus sign) - mInc(new Button(this, _("+"), "inc", this)) + mInc(new Button(this, _("+"), "inc", BUTTON_SKIN, this)) { // Do the layout ContainerPlacer place = mLayout->getPlacer(0, 0); |