Reorder properties
This commit is contained in:
parent
7d3c500138
commit
c9a643eb10
1 changed files with 2 additions and 2 deletions
4
main.ui
4
main.ui
|
@ -23,8 +23,8 @@
|
|||
</child>
|
||||
<child>
|
||||
<object class="GtkButton">
|
||||
<property name="label">Save</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label">Save</property>
|
||||
<property name="margin_end">5</property>
|
||||
<property name="margin_start">5</property>
|
||||
<property name="receives_default">True</property>
|
||||
|
@ -32,8 +32,8 @@
|
|||
</child>
|
||||
<child>
|
||||
<object class="GtkButton">
|
||||
<property name="label">Apply</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label">Apply</property>
|
||||
<property name="margin_end">5</property>
|
||||
<property name="margin_start">5</property>
|
||||
<property name="receives_default">True</property>
|
||||
|
|
Loading…
Reference in a new issue