mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-10-29 23:47:15 +00:00
preferences-window: Fix icon views captions order
The selected icon views captions show up in a wrong order below files (e.g. third, first, second option instead of first, second, third). This is unintuitive and not intended. This patch fixes the issue by changing the ordering of the captions. Closes https://gitlab.gnome.org/GNOME/nautilus/issues/343
This commit is contained in:
parent
9818abb350
commit
86080e646a
1 changed files with 3 additions and 3 deletions
|
@ -229,7 +229,7 @@
|
|||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkComboBoxText" id="captions_1_combobox">
|
||||
<object class="GtkComboBoxText" id="captions_0_combobox">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
</object>
|
||||
|
@ -261,7 +261,7 @@
|
|||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkComboBoxText" id="captions_0_combobox">
|
||||
<object class="GtkComboBoxText" id="captions_2_combobox">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
</object>
|
||||
|
@ -293,7 +293,7 @@
|
|||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkComboBoxText" id="captions_2_combobox">
|
||||
<object class="GtkComboBoxText" id="captions_1_combobox">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
</object>
|
||||
|
|
Loading…
Reference in a new issue