Replace combo box with label
This commit is contained in:
parent
501cdbcdb9
commit
1210a9df35
1 changed files with 3 additions and 1 deletions
4
main.ui
4
main.ui
|
@ -13,8 +13,10 @@
|
|||
<property name="margin_top">5</property>
|
||||
<property name="margin_bottom">5</property>
|
||||
<child>
|
||||
<object class="GtkComboBox">
|
||||
<object class="GtkLabel">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="label" translatable="yes">Default config</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
|
|
Loading…
Reference in a new issue