QTfrontend/ui/page/pagedata.cpp
changeset 12236 a0ed4caa6d35
parent 12234 2e725778e107
child 12238 41267eea2f96
--- a/QTfrontend/ui/page/pagedata.cpp	Wed Apr 12 19:46:59 2017 +0200
+++ b/QTfrontend/ui/page/pagedata.cpp	Wed Apr 12 20:14:17 2017 +0200
@@ -60,6 +60,7 @@
     pbHome->setWhatsThis(tr("Return to the start page"));
 
     pbOpenDir = addButton(tr("Open packages directory"), bottomLayout, 2, false, Qt::AlignBottom);
+    pbOpenDir->setStyleSheet("padding: 5px 10px");
     pbOpenDir->setMinimumHeight(50);
 
     bottomLayout->setStretch(2, 1);