diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-09 19:24:22 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-09 19:24:22 +0100 |
| commit | 2cf4e28059f008a39fd90902aa5e4d36fa6c727e (patch) | |
| tree | 827f6065ef20af79d71effdc2550aa0ff7ec6603 /DistUpgrade/DistUpgrade.glade | |
| parent | 6e70ca9443891d9eec28332d04b7cd262a5e9aee (diff) | |
| download | python-apt-2cf4e28059f008a39fd90902aa5e4d36fa6c727e.tar.gz | |
* remove cruft implemented
Diffstat (limited to 'DistUpgrade/DistUpgrade.glade')
| -rw-r--r-- | DistUpgrade/DistUpgrade.glade | 62 |
1 files changed, 57 insertions, 5 deletions
diff --git a/DistUpgrade/DistUpgrade.glade b/DistUpgrade/DistUpgrade.glade index 51308d3b..ad28aabc 100644 --- a/DistUpgrade/DistUpgrade.glade +++ b/DistUpgrade/DistUpgrade.glade @@ -372,12 +372,39 @@ <property name="spacing">0</property> <child> - <widget class="Custom" id="custom_terminal"> + <widget class="GtkHBox" id="hbox1"> <property name="visible">True</property> - <property name="creation_function">create_terminal</property> - <property name="int1">0</property> - <property name="int2">0</property> - <property name="last_modification_time">Tue, 06 Dec 2005 20:03:08 GMT</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="Custom" id="custom_terminal"> + <property name="visible">True</property> + <property name="creation_function">create_terminal</property> + <property name="int1">0</property> + <property name="int2">0</property> + <property name="last_modification_time">Tue, 06 Dec 2005 20:03:08 GMT</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + + <child> + <widget class="GtkVScrollbar" id="vscrollbar_terminal"> + <property name="visible">True</property> + <property name="update_policy">GTK_UPDATE_CONTINUOUS</property> + <property name="inverted">False</property> + <property name="adjustment">0 0 0 0 0 0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">True</property> + </packing> + </child> </widget> </child> @@ -519,6 +546,31 @@ <property name="spacing">6</property> <child> + <widget class="GtkLabel" id="label_summary"> + <property name="visible">True</property> + <property name="label" translatable="yes"></property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> + <property name="width_chars">-1</property> + <property name="single_line_mode">False</property> + <property name="angle">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> <widget class="GtkLabel" id="label3"> <property name="visible">True</property> <property name="label" translatable="yes"><b>Confirm changes:</b></property> |
