summaryrefslogtreecommitdiff
path: root/src/gui/windows/shortcutwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/shortcutwindow.cpp')
-rw-r--r--src/gui/windows/shortcutwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/shortcutwindow.cpp b/src/gui/windows/shortcutwindow.cpp
index 69f255953..1b53ad455 100644
--- a/src/gui/windows/shortcutwindow.cpp
+++ b/src/gui/windows/shortcutwindow.cpp
@@ -164,7 +164,7 @@ void ShortcutWindow::addButton(const std::string &text,
{
place(mButtonIndex++,
5,
- new Button(this, text, eventName, listener),
+ new Button(this, text, eventName, BUTTON_SKIN, listener),
1,
1);
Window::widgetResized(Event(nullptr));