diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2011-11-16 23:35:33 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2011-11-16 23:35:33 +0100 |
| commit | ef193c1fbc29b0ebd7842866d606782fc3208d15 (patch) | |
| tree | 0d7d81e67c9ee55d6119a2f79908f6aa09984841 /gui/viewtorrents.glade | |
| parent | 29ef95680bcbb6cacefbd9f26cb04ab2ed12e1ca (diff) | |
Starts to display useful information now
Diffstat (limited to 'gui/viewtorrents.glade')
| -rw-r--r-- | gui/viewtorrents.glade | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gui/viewtorrents.glade b/gui/viewtorrents.glade index db2283f..db80a9c 100644 --- a/gui/viewtorrents.glade +++ b/gui/viewtorrents.glade @@ -42,6 +42,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> + <property name="has_default">True</property> <property name="receives_default">True</property> <property name="use_action_appearance">False</property> <property name="use_stock">True</property> @@ -303,6 +304,7 @@ If authentication is needed, enter username and password as well.</property> <property name="rules_hint">True</property> <property name="search_column">1</property> <property name="fixed_height_mode">True</property> + <property name="tooltip_column">1</property> <child> <object class="GtkTreeViewColumn" id="statecolumn"> <property name="sizing">fixed</property> @@ -343,7 +345,7 @@ If authentication is needed, enter username and password as well.</property> <child> <object class="GtkTreeViewColumn" id="upcolumn"> <property name="sizing">fixed</property> - <property name="fixed_width">60</property> + <property name="fixed_width">70</property> <property name="title" translatable="yes">Up</property> <property name="clickable">True</property> <property name="sort_indicator">True</property> @@ -354,7 +356,7 @@ If authentication is needed, enter username and password as well.</property> <child> <object class="GtkTreeViewColumn" id="downcolumn"> <property name="sizing">fixed</property> - <property name="fixed_width">60</property> + <property name="fixed_width">70</property> <property name="title" translatable="yes">Down</property> <property name="clickable">True</property> <property name="sort_indicator">True</property> @@ -434,6 +436,7 @@ If authentication is needed, enter username and password as well.</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> + <property name="has_default">True</property> <property name="receives_default">True</property> <property name="use_action_appearance">False</property> <property name="use_stock">True</property> |
