diff options
| author | Sebastian Heinlein <sebi@sebi-mac> | 2006-06-25 15:40:10 +0200 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@sebi-mac> | 2006-06-25 15:40:10 +0200 |
| commit | 816e0be20cc88e077388e1c0a51030a4f1ca0fae (patch) | |
| tree | f644d784c2a81462728bc39f2284ad8671a97c2e /data | |
| parent | 8c48c50bd569d49e4b51cd240badc463594c2abe (diff) | |
| download | python-apt-816e0be20cc88e077388e1c0a51030a4f1ca0fae.tar.gz | |
* expand the details if shown
* do not modify the label of the expander during runtime - a11n issue
Diffstat (limited to 'data')
| -rw-r--r-- | data/UpdateManager.glade | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/data/UpdateManager.glade b/data/UpdateManager.glade index 94af4ac5..e087872d 100644 --- a/data/UpdateManager.glade +++ b/data/UpdateManager.glade @@ -27,7 +27,7 @@ <property name="spacing">6</property> <child> - <widget class="GtkVBox" id="vbox10"> + <widget class="GtkVBox" id="vbox_updates"> <property name="border_width">6</property> <property name="visible">True</property> <property name="homogeneous">False</property> @@ -464,7 +464,7 @@ <widget class="GtkExpander" id="expander_details"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="expanded">False</property> + <property name="expanded">True</property> <property name="spacing">6</property> <signal name="activate" handler="on_expander_details_activate" last_modification_time="Mon, 31 Jan 2005 17:55:19 GMT"/> @@ -476,7 +476,6 @@ <child> <widget class="GtkNotebook" id="notebook_details"> - <property name="height_request">200</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="show_tabs">True</property> @@ -714,7 +713,7 @@ <child> <widget class="GtkLabel" id="label12"> <property name="visible">True</property> - <property name="label" translatable="yes">Show details</property> + <property name="label" translatable="yes">Changes and description of the update</property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> |
