1
0
Fork 0
mirror of synced 2024-05-24 06:19:55 +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, QDoubleSpinBox,
QProgressBar, QProgressBar,
QPushButton { QPushButton {
min-height: 1.30em; /* min-height: 1.30em; */
min-height: 18px;
} }
QLineEdit, QLineEdit,
QTextEdit QTextEdit
@ -115,10 +116,12 @@ QDateTimeEdit,
QSpinBox, QSpinBox,
QDoubleSpinBox, QDoubleSpinBox,
QProgressBar { QProgressBar {
max-height: 1.30em; /* max-height: 1.30em; */
max-height: 18px;
} }
QToolButton { QToolButton {
min-height: 1.10em; /* min-height: 1.10em; */
min-height: 15px;
} }
QFrame[frameShape="0"] { QFrame[frameShape="0"] {