1
0
Fork 0
mirror of synced 2024-05-05 05:02:52 +12:00

RareStyle: Use px instead of em

This commit is contained in:
loathingKernel 2024-02-22 21:22:28 +02:00
parent 1c027fc14a
commit 49c06aef79
No known key found for this signature in database
GPG key ID: CE0C72D0B53821FD
2 changed files with 6 additions and 3 deletions

View file

@ -105,7 +105,8 @@ QSpinBox,
QDoubleSpinBox,
QProgressBar,
QPushButton {
min-height: 1.30em;
/* min-height: 1.30em; */
min-height: 18px;
}
QLineEdit,
QTextEdit
@ -115,10 +116,12 @@ QDateTimeEdit,
QSpinBox,
QDoubleSpinBox,
QProgressBar {
max-height: 1.30em;
/* max-height: 1.30em; */
max-height: 18px;
}
QToolButton {
min-height: 1.10em;
/* min-height: 1.10em; */
min-height: 15px;
}
QFrame[frameShape="0"] {