diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-23 16:41:55 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-23 16:41:55 +0100 |
| commit | b4b3505f21186e7325d1282d2aa62f92104e8208 (patch) | |
| tree | bb982247c4fa9fe35d7c281aff6e59569398bab4 /data/UpdateManager.glade | |
| parent | a7470cfe01b96da3d387e098630d15e913f7f145 (diff) | |
| parent | c221a3e97d7da6a41f8afbb741a5e72c83b54fd9 (diff) | |
| download | python-apt-b4b3505f21186e7325d1282d2aa62f92104e8208.tar.gz | |
* merged with sebastian
* DistUpgrade/DistUpgrade.glade: make the "hbuttonbox2" invisible
* DistUpgrade/DistUpgradeViewGtk.py: support cancel with the window-managers delete event
Diffstat (limited to 'data/UpdateManager.glade')
| -rw-r--r-- | data/UpdateManager.glade | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/data/UpdateManager.glade b/data/UpdateManager.glade index 80f82a12..c9b50999 100644 --- a/data/UpdateManager.glade +++ b/data/UpdateManager.glade @@ -26,7 +26,7 @@ <property name="border_width">6</property> <property name="visible">True</property> <property name="homogeneous">False</property> - <property name="spacing">12</property> + <property name="spacing">6</property> <child> <widget class="GtkVBox" id="vbox10"> @@ -37,7 +37,6 @@ <child> <widget class="GtkHBox" id="hbox3"> - <property name="border_width">6</property> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">12</property> @@ -67,7 +66,7 @@ <child> <widget class="GtkLabel" id="label_header"> <property name="visible">True</property> - <property name="label" translatable="yes" context="yes"><big><b>Available Updates</b></big></property> + <property name="label" translatable="yes" context="yes"><big><b>Install software updates</b></big></property> <property name="use_underline">True</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> @@ -251,7 +250,6 @@ <child> <widget class="GtkLabel" id="label_downsize"> - <property name="visible">True</property> <property name="label" translatable="yes"></property> <property name="use_underline">False</property> <property name="use_markup">False</property> @@ -753,7 +751,7 @@ <child> <widget class="GtkLabel" id="label16"> <property name="visible">True</property> - <property name="label" translatable="yes">_Install Updates</property> + <property name="label" translatable="yes">_Install</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> @@ -953,13 +951,13 @@ Need to get the changes from the central server</property> <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> <property name="focus_on_map">True</property> <property name="urgency_hint">False</property> - <property name="has_separator">True</property> + <property name="has_separator">False</property> <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox3"> <property name="visible">True</property> <property name="homogeneous">False</property> - <property name="spacing">0</property> + <property name="spacing">6</property> <child internal-child="action_area"> <widget class="GtkHButtonBox" id="dialog-action_area3"> @@ -1002,6 +1000,7 @@ Need to get the changes from the central server</property> <child> <widget class="GtkScrolledWindow" id="scrolledwindow5"> + <property name="border_width">6</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
