Minor combobox tweak in the ugly style

Center the "drop down" arrow vertically.
This commit is contained in:
Simon Hausmann 2020-11-06 09:45:14 +01:00
parent 3b0f5c3a69
commit 407bb49241

View file

@ -464,6 +464,7 @@ export ComboBox := Rectangle {
text:"▼"; text:"▼";
color: root.enabled ? Palette.text_color : Palette.text_color_disabled; color: root.enabled ? Palette.text_color : Palette.text_color_disabled;
horizontal-stretch: 0; horizontal-stretch: 0;
vertical-alignment: align_center;
} }
} }