Skip to content

Commit

Permalink
improve combobox size
Browse files Browse the repository at this point in the history
  • Loading branch information
psifidotos committed Nov 5, 2018
1 parent 71b58e2 commit 6bf102f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/contents/ui/config/ConfigGeneral.qml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ Item {
}
ComboBox{
id: decorationCmb
Layout.minimumWidth: 100
Layout.minimumWidth: 180
Layout.preferredWidth: 0.2 * root.width
Layout.maximumWidth: 250
Layout.maximumWidth: 300

model: decs

Expand Down

0 comments on commit 6bf102f

Please sign in to comment.