[themes] Harmonize padding of combobox widgets

This commit is contained in:
nirvn 2019-02-08 12:11:25 +07:00
parent 669d72aa29
commit fc6695ab9b
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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;
}