summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Fazakas <alex.fazakas97@yahoo.com>2018-04-07 22:22:44 +0300
committerAlexandru Fazakas <alex.fazakas97@yahoo.com>2018-04-07 22:22:44 +0300
commit86080e646a81679761e09aee4071abf68a2dac3b (patch)
tree399d12b28d444496e5f41326907cd5326e1f89de
parent9818abb350bb774714788c1a335b4c6f563af0ac (diff)
downloadnautilus-86080e646a81679761e09aee4071abf68a2dac3b.tar.gz
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
-rw-r--r--src/resources/ui/nautilus-preferences-window.ui6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/resources/ui/nautilus-preferences-window.ui b/src/resources/ui/nautilus-preferences-window.ui
index b9dc9b3fe..cbd66ac1a 100644
--- a/src/resources/ui/nautilus-preferences-window.ui
+++ b/src/resources/ui/nautilus-preferences-window.ui
@@ -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>