user-controls: Left-align the OARS drop-down text

Make it look more and more like a combo box. This widget really should
have been a combo box to begin with. We’re eventually going to end up
re-implementing a combo box from first principles at this rate.

Signed-off-by: Philip Withnall <withnall@endlessm.com>

Helps: #11
This commit is contained in:
Philip Withnall 2020-02-26 11:00:41 +00:00
parent 3f3e86bcbb
commit 82ecf17079
1 changed files with 2 additions and 1 deletions

View File

@ -501,7 +501,8 @@
<property name="visible">True</property>
<property name="label"></property>
<property name="expand">True</property>
<property name="halign">center</property>
<property name="halign">start</property>
<property name="xalign">0.0</property>
</object>
</child>
<child>