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:
parent
3f3e86bcbb
commit
82ecf17079
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue