mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 21:51:08 +00:00
inspector: Adapt to dropdown api change
The suppported syntax for dropdowns in ui files has changed. Get with the program.
This commit is contained in:
parent
30e79e8412
commit
0ec868bd69
@ -290,10 +290,14 @@
|
||||
<property name="valign">baseline</property>
|
||||
<property name="hexpand">1</property>
|
||||
<signal name="notify::selected" handler="direction_changed"/>
|
||||
<items>
|
||||
<item translatable="yes">Left-to-Right</item>
|
||||
<item translatable="yes">Right-to-Left</item>
|
||||
</items>
|
||||
<property name="model">
|
||||
<object class="GtkStringList">
|
||||
<items>
|
||||
<item translatable="yes">Left-to-Right</item>
|
||||
<item translatable="yes">Right-to-Left</item>
|
||||
</items>
|
||||
</object>
|
||||
</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
Loading…
Reference in New Issue
Block a user