--- a/QTfrontend/ui/page/pagescheme.cpp Sat Jan 12 06:19:16 2019 +0100
+++ b/QTfrontend/ui/page/pagescheme.cpp Sat Jan 12 06:38:20 2019 +0100
@@ -533,8 +533,11 @@
bottomLayout->addWidget(selectScheme, 0);
BtnCopy = addButton(tr("Copy"), bottomLayout, 1);
+ BtnCopy->setStyleSheet("padding: 5px;");
BtnNew = addButton(tr("New"), bottomLayout, 2);
+ BtnNew->setStyleSheet("padding: 5px;");
BtnDelete = addButton(tr("Delete"), bottomLayout, 3);
+ BtnDelete->setStyleSheet("padding: 5px;");
bottomLayout->setStretch(1,1);
bottomLayout->setStretch(2,1);