1
0
Fork 0

Reorder properties

This commit is contained in:
Alex Kotov 2021-12-06 23:02:47 +05:00
parent 7d3c500138
commit c9a643eb10
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 2 additions and 2 deletions

View File

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