1
0
Fork 0

Replace combo box with label

This commit is contained in:
Alex Kotov 2021-12-06 22:25:23 +05:00
parent 501cdbcdb9
commit 1210a9df35
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 3 additions and 1 deletions

View File

@ -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>