diff -r 8b66de6c9fb0 -r 1c623169a44d QTfrontend/ui/page/pageselectweapon.cpp --- a/QTfrontend/ui/page/pageselectweapon.cpp Thu Jan 10 23:22:44 2019 +0100 +++ b/QTfrontend/ui/page/pageselectweapon.cpp Fri Jan 11 01:44:04 2019 +0100 @@ -46,11 +46,15 @@ // first row BtnNew = addButton(tr("New"), bottomLayout, 0, 1); + BtnNew->setStyleSheet("padding: 3px;"); BtnDefault = addButton(tr("Default"), bottomLayout, 0, 2); + BtnDefault->setStyleSheet("padding: 3px;"); // second row BtnCopy = addButton(tr("Copy"), bottomLayout, 1, 1); + BtnCopy->setStyleSheet("padding: 3px;"); BtnDelete = addButton(tr("Delete"), bottomLayout, 1, 2); + BtnDelete->setStyleSheet("padding: 3px;"); bottomLayout->setColumnStretch(1,1); bottomLayout->setColumnStretch(2,1);