QTfrontend/ui/widget/keybinder.cpp
changeset 12236 a0ed4caa6d35
parent 11674 d59b6f289e30
child 12698 f2690a0ccf19
--- a/QTfrontend/ui/widget/keybinder.cpp	Wed Apr 12 19:46:59 2017 +0200
+++ b/QTfrontend/ui/widget/keybinder.cpp	Wed Apr 12 20:14:17 2017 +0200
@@ -60,6 +60,7 @@
     {
         QPushButton * btnResetAll = new QPushButton(resetButtonText);
         catListContainer->addWidget(btnResetAll);
+        btnResetAll->setStyleSheet("padding: 5px 10px");
         btnResetAll->setFixedHeight(40);
         catListContainer->setStretch(1, 0);
         catListContainer->setSpacing(10);