diff options
| author | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-02-13 19:32:04 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-02-13 19:32:04 +0100 |
| commit | de0af64f747c8f5783ed09efd9fc80f9ee9759a0 (patch) | |
| tree | b2a1720b6adca12e25dadbd054b7c9859bc9a75a /data | |
| parent | 47f19eb647bc35af73815087a84ac45220f557b2 (diff) | |
| download | python-apt-de0af64f747c8f5783ed09efd9fc80f9ee9759a0.tar.gz | |
* Remove dependency on python-gnome - call yelp manually
* Use same height for all butons in the bottom row
* Fix bad denglish wording: "downloading at..." - thanks Jorge Bernal
Diffstat (limited to 'data')
| -rw-r--r-- | data/UpdateManager.glade | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/data/UpdateManager.glade b/data/UpdateManager.glade index dfd54dc3..e9f2b32d 100644 --- a/data/UpdateManager.glade +++ b/data/UpdateManager.glade @@ -665,28 +665,20 @@ <property name="spacing">12</property> <child> - <widget class="GtkHButtonBox" id="hbuttonbox5"> + <widget class="GtkButton" id="button_help"> <property name="visible">True</property> - <property name="layout_style">GTK_BUTTONBOX_DEFAULT_STYLE</property> - <property name="spacing">6</property> - - <child> - <widget class="GtkButton" id="button_help"> - <property name="visible">True</property> - <property name="can_default">True</property> - <property name="can_focus">True</property> - <property name="label">gtk-help</property> - <property name="use_stock">True</property> - <property name="relief">GTK_RELIEF_NORMAL</property> - <property name="focus_on_click">True</property> - <signal name="clicked" handler="on_button_help_clicked" last_modification_time="Thu, 24 Mar 2005 17:16:46 GMT"/> - </widget> - </child> + <property name="can_default">True</property> + <property name="can_focus">True</property> + <property name="label">gtk-help</property> + <property name="use_stock">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="focus_on_click">True</property> + <signal name="clicked" handler="on_button_help_clicked" last_modification_time="Thu, 24 Mar 2005 17:16:46 GMT"/> </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> - <property name="fill">True</property> + <property name="fill">False</property> </packing> </child> |
