diff -r 0844c680b4bc -r a0ed4caa6d35 QTfrontend/ui/page/pagedata.cpp --- 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);