Frontend: Slightly increase size+padding for QLineEdit, QSpinBox
authorWuzzy <Wuzzy2@mail.ru>
Tue, 30 Apr 2019 14:49:37 +0200
changeset 14857 38eadfc525ce
parent 14856 cd0af25c7913
child 14858 13589d529899
Frontend: Slightly increase size+padding for QLineEdit, QSpinBox
QTfrontend/res/css/april1.css
QTfrontend/res/css/birthday.css
QTfrontend/res/css/christmas.css
QTfrontend/res/css/easter.css
QTfrontend/res/css/qt.css
--- a/QTfrontend/res/css/april1.css	Tue Apr 30 14:33:20 2019 +0200
+++ b/QTfrontend/res/css/april1.css	Tue Apr 30 14:49:37 2019 +0200
@@ -236,6 +236,7 @@
 background: transparent;
 width: 16px;
 height: 10px;
+padding-top: 1px;
 }
 
 QSpinBox::up-arrow {
@@ -256,8 +257,13 @@
 background: transparent;
 width: 16px;
 height: 10px;
+padding-top: 1px;
 }
 
+QSpinBox, QLineEdit {
+padding: 3px;
+min-height: 18px;
+}
 QComboBox {
 border-radius: 10px;
 padding: 3px;
--- a/QTfrontend/res/css/birthday.css	Tue Apr 30 14:33:20 2019 +0200
+++ b/QTfrontend/res/css/birthday.css	Tue Apr 30 14:49:37 2019 +0200
@@ -240,6 +240,7 @@
 background: transparent;
 width: 16px;
 height: 10px;
+padding-top: 1px;
 }
 
 QSpinBox::up-arrow {
@@ -260,8 +261,13 @@
 background: transparent;
 width: 16px;
 height: 10px;
+padding-top: 1px;
 }
 
+QSpinBox, QLineEdit {
+padding: 3px;
+min-height: 18px;
+}
 QComboBox {
 border-radius: 10px;
 padding: 3px;
--- a/QTfrontend/res/css/christmas.css	Tue Apr 30 14:33:20 2019 +0200
+++ b/QTfrontend/res/css/christmas.css	Tue Apr 30 14:49:37 2019 +0200
@@ -235,6 +235,7 @@
 background: transparent;
 width: 16px;
 height: 10px;
+padding-top: 1px;
 }
 
 QSpinBox::up-arrow {
@@ -255,8 +256,13 @@
 background: transparent;
 width: 16px;
 height: 10px;
+padding-top: 1px;
 }
 
+QSpinBox, QLineEdit {
+padding: 3px;
+min-height: 18px;
+}
 QComboBox {
 border-radius: 10px;
 padding: 3px;
--- a/QTfrontend/res/css/easter.css	Tue Apr 30 14:33:20 2019 +0200
+++ b/QTfrontend/res/css/easter.css	Tue Apr 30 14:49:37 2019 +0200
@@ -232,6 +232,7 @@
 background: transparent;
 width: 16px;
 height: 10px;
+padding-top: 1px;
 }
 
 QSpinBox::up-arrow {
@@ -252,8 +253,13 @@
 background: transparent;
 width: 16px;
 height: 10px;
+padding-top: 1px;
 }
 
+QSpinBox, QLineEdit {
+padding: 3px;
+min-height: 18px;
+}
 QComboBox {
 border-radius: 10px;
 padding: 3px;
--- a/QTfrontend/res/css/qt.css	Tue Apr 30 14:33:20 2019 +0200
+++ b/QTfrontend/res/css/qt.css	Tue Apr 30 14:49:37 2019 +0200
@@ -227,6 +227,7 @@
 background: transparent;
 width: 16px;
 height: 10px;
+padding-top: 1px;
 }
 
 QSpinBox::up-arrow {
@@ -247,8 +248,13 @@
 background: transparent;
 width: 16px;
 height: 10px;
+padding-bottom: 1px;
 }
 
+QSpinBox, QLineEdit {
+padding: 3px;
+min-height: 18px;
+}
 QComboBox {
 border-radius: 10px;
 padding: 3px;