QTfrontend/ui/page/pageselectweapon.cpp
branchui-scaling
changeset 15304 c4fd2813b127
parent 14572 1c623169a44d
--- a/QTfrontend/ui/page/pageselectweapon.cpp	Wed May 16 18:22:28 2018 +0200
+++ b/QTfrontend/ui/page/pageselectweapon.cpp	Wed Jul 31 23:14:27 2019 +0200
@@ -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);