mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 19:46:12 -04:00
Merge pull request #799 from kiwix/paddingFix
This commit is contained in:
commit
d483c1abca
@ -7,7 +7,11 @@ QPushButton,
|
|||||||
QSpinBox {
|
QSpinBox {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
padding: 8px;
|
}
|
||||||
|
|
||||||
|
QLabel,
|
||||||
|
QPushButton {
|
||||||
|
padding: 12px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QFrame[frameShape="4"] {
|
QFrame[frameShape="4"] {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user