mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
[themes] Harmonize padding of combobox widgets
This commit is contained in:
parent
669d72aa29
commit
fc6695ab9b
@ -213,7 +213,7 @@ QComboBox {
|
||||
border-style: solid;
|
||||
border: 1px solid #1e1e1e;
|
||||
border-radius: 0.2em;
|
||||
padding: 0.12em 1.2em 0.12em 0.12em;
|
||||
padding: 0.12em 1.2em 0.12em 0.2em;
|
||||
}
|
||||
|
||||
|
||||
|
@ -223,7 +223,7 @@ QComboBox {
|
||||
border-style: solid;
|
||||
border: 1px solid #1e1e1e;
|
||||
border-radius: 0px;
|
||||
padding: 0.12em 1.2em 0.12em 0.12em;
|
||||
padding: 0.12em 1.2em 0.12em 0.2em;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user