--- a/QTfrontend/res/css/april1.css Sat Jan 12 06:19:16 2019 +0100
+++ b/QTfrontend/res/css/april1.css Sat Jan 12 06:38:20 2019 +0100
@@ -442,7 +442,7 @@
background-color: #150A61;
}
-QPushButton {
+.QPushButton {
padding: 3px 5px;
}
--- a/QTfrontend/res/css/birthday.css Sat Jan 12 06:19:16 2019 +0100
+++ b/QTfrontend/res/css/birthday.css Sat Jan 12 06:38:20 2019 +0100
@@ -446,7 +446,7 @@
background-color: #150A61;
}
-QPushButton {
+.QPushButton {
padding: 3px 5px;
}
--- a/QTfrontend/res/css/christmas.css Sat Jan 12 06:19:16 2019 +0100
+++ b/QTfrontend/res/css/christmas.css Sat Jan 12 06:38:20 2019 +0100
@@ -441,7 +441,7 @@
background-color: #150A61;
}
-QPushButton {
+.QPushButton {
padding: 3px 5px;
}
--- a/QTfrontend/res/css/easter.css Sat Jan 12 06:19:16 2019 +0100
+++ b/QTfrontend/res/css/easter.css Sat Jan 12 06:38:20 2019 +0100
@@ -438,7 +438,7 @@
background-color: #150A61;
}
-QPushButton {
+.QPushButton {
padding: 3px 5px;
}
--- a/QTfrontend/res/css/qt.css Sat Jan 12 06:19:16 2019 +0100
+++ b/QTfrontend/res/css/qt.css Sat Jan 12 06:38:20 2019 +0100
@@ -433,7 +433,7 @@
background-color: #150A61;
}
-QPushButton {
+.QPushButton {
padding: 3px 5px;
}
--- 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);