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:
Alexandru Fazakas 2018-04-07 22:22:44 +03:00
parent 9818abb350
commit 86080e646a

View file

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