Skip to content

Commit

Permalink
Expand tab labels in dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
kozec committed Apr 20, 2016
1 parent db4958f commit 3de35e4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
12 changes: 8 additions & 4 deletions folder-edit.glade
Original file line number Diff line number Diff line change
Expand Up @@ -453,11 +453,12 @@ Note: Using this along with short Rescan Interval (<300s) may consume a lot o
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="label" translatable="yes">_Folder Settings</property>
<property name="use_underline">True</property>
</object>
<packing>
<property name="tab_fill">False</property>
<property name="tab_expand">True</property>
</packing>
</child>
<child>
Expand Down Expand Up @@ -511,12 +512,13 @@ Note: Using this along with short Rescan Interval (&lt;300s) may consume a lot o
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="label" translatable="yes">Share With _Devices</property>
<property name="use_underline">True</property>
</object>
<packing>
<property name="position">1</property>
<property name="tab_fill">False</property>
<property name="tab_expand">True</property>
</packing>
</child>
<child>
Expand Down Expand Up @@ -950,12 +952,13 @@ The following intervals are used: for the first hour a version is kept every 30
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="label" translatable="yes">File _Versioning</property>
<property name="use_underline">True</property>
</object>
<packing>
<property name="position">2</property>
<property name="tab_fill">False</property>
<property name="tab_expand">True</property>
</packing>
</child>
<child>
Expand Down Expand Up @@ -1100,12 +1103,13 @@ The following intervals are used: for the first hour a version is kept every 30
<object class="GtkLabel" id="label9">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="label" translatable="yes">_Advanced</property>
<property name="use_underline">True</property>
</object>
<packing>
<property name="position">3</property>
<property name="tab_fill">False</property>
<property name="tab_expand">True</property>
</packing>
</child>
</object>
Expand Down
11 changes: 7 additions & 4 deletions ui-settings.glade
Original file line number Diff line number Diff line change
Expand Up @@ -471,11 +471,12 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="label" translatable="yes">_Interface</property>
<property name="use_underline">True</property>
</object>
<packing>
<property name="tab_fill">False</property>
<property name="tab_expand">True</property>
</packing>
</child>
<child>
Expand Down Expand Up @@ -595,12 +596,13 @@ Install blahblahblah to enable Caja support</property>
<object class="GtkLabel" id="label9">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="label" translatable="yes">_Integration</property>
<property name="use_underline">True</property>
</object>
<packing>
<property name="position">1</property>
<property name="tab_fill">False</property>
<property name="tab_expand">True</property>
</packing>
</child>
<child>
Expand Down Expand Up @@ -783,13 +785,13 @@ Install blahblahblah to enable Caja support</property>
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="label" translatable="yes">Daemon</property>
<property name="use_underline">True</property>
</object>
<packing>
<property name="position">2</property>
<property name="tab_expand">True</property>
<property name="tab_fill">False</property>
</packing>
</child>
<child>
Expand Down Expand Up @@ -951,12 +953,13 @@ Example:
<object class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="label" translatable="yes">_Advanced</property>
<property name="use_underline">True</property>
</object>
<packing>
<property name="position">3</property>
<property name="tab_fill">False</property>
<property name="tab_expand">True</property>
</packing>
</child>
</object>
Expand Down

0 comments on commit 3de35e4

Please sign in to comment.