Skip to content

Commit

Permalink
prefs: Restyle the visible buttons page a bit
Browse files Browse the repository at this point in the history
Add a header label to make it consistent with other pages. Clean up and
shorten the labels
  • Loading branch information
JosephMcc authored and mtwebster committed Sep 3, 2018
1 parent 505ac2a commit 83b486f
Showing 1 changed file with 31 additions and 13 deletions.
44 changes: 31 additions & 13 deletions gresources/nemo-file-management-properties.glade
Original file line number Diff line number Diff line change
Expand Up @@ -2799,10 +2799,28 @@
<property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Visible Buttons</property>
<property name="xalign">0</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkGrid">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_left">40</property>
<property name="border_width">3</property>
<property name="row_spacing">6</property>
<property name="column_spacing">6</property>
Expand Down Expand Up @@ -2831,7 +2849,7 @@
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Show previous button</property>
<property name="label" translatable="yes">Previous</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down Expand Up @@ -2868,7 +2886,7 @@
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Show next button</property>
<property name="label" translatable="yes">Next</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down Expand Up @@ -2905,7 +2923,7 @@
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Show up button</property>
<property name="label" translatable="yes">Up</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down Expand Up @@ -2942,7 +2960,7 @@
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Show refresh button</property>
<property name="label" translatable="yes">Refresh</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down Expand Up @@ -2979,7 +2997,7 @@
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Show computer button</property>
<property name="label" translatable="yes">Computer</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down Expand Up @@ -3016,7 +3034,7 @@
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Show home button</property>
<property name="label" translatable="yes">Home</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down Expand Up @@ -3053,7 +3071,7 @@
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Show location entry toggle button</property>
<property name="label" translatable="yes">Location entry toggle</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down Expand Up @@ -3090,7 +3108,7 @@
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Show open in terminal button</property>
<property name="label" translatable="yes">Open in terminal</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down Expand Up @@ -3127,7 +3145,7 @@
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Show new folder button</property>
<property name="label" translatable="yes">New folder</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down Expand Up @@ -3164,7 +3182,7 @@
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Show search button</property>
<property name="label" translatable="yes">Search</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down Expand Up @@ -3201,7 +3219,7 @@
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Show icon view button</property>
<property name="label" translatable="yes">Icon view</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down Expand Up @@ -3238,7 +3256,7 @@
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Show list view button</property>
<property name="label" translatable="yes">List view</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down Expand Up @@ -3275,7 +3293,7 @@
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Show compact view button</property>
<property name="label" translatable="yes">Compact view</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down

0 comments on commit 83b486f

Please sign in to comment.