diff options
| author | glatzor@ubuntu.com <> | 2006-07-15 18:11:07 +0200 |
|---|---|---|
| committer | glatzor@ubuntu.com <> | 2006-07-15 18:11:07 +0200 |
| commit | 259ccb59e4ac78074f8af195eeb1ee88f257048e (patch) | |
| tree | 17f1a7618011af92d62b766524acfd8ec31b248c /data | |
| parent | 2016b797e5796fa7c0f911e040616a7f9ccddebc (diff) | |
| download | python-apt-259ccb59e4ac78074f8af195eeb1ee88f257048e.tar.gz | |
* Can now modify the sources list (at the moment only in memory)
* A lot of cleanup and minor fixes
Diffstat (limited to 'data')
| -rw-r--r-- | data/SoftwareProperties.glade | 49 |
1 files changed, 24 insertions, 25 deletions
diff --git a/data/SoftwareProperties.glade b/data/SoftwareProperties.glade index 8f747689..5aa5ee5c 100644 --- a/data/SoftwareProperties.glade +++ b/data/SoftwareProperties.glade @@ -69,7 +69,7 @@ <widget class="GtkVBox" id="vbox10"> <property name="visible">True</property> <property name="homogeneous">False</property> - <property name="spacing">6</property> + <property name="spacing">18</property> <child> <widget class="GtkVBox" id="vbox_dist_comps"> @@ -91,25 +91,6 @@ <property name="fill">True</property> </packing> </child> - - <child> - <widget class="GtkCheckButton" id="checkbutton_source_code"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="label" translatable="yes">Source code</property> - <property name="use_underline">True</property> - <property name="relief">GTK_RELIEF_NORMAL</property> - <property name="focus_on_click">True</property> - <property name="active">False</property> - <property name="inconsistent">False</property> - <property name="draw_indicator">True</property> - </widget> - <packing> - <property name="padding">0</property> - <property name="expand">False</property> - <property name="fill">False</property> - </packing> - </child> </widget> </child> </widget> @@ -172,7 +153,6 @@ <child> <widget class="GtkCheckButton" id="checkbutton_cdrom"> - <property name="visible">True</property> <property name="can_focus">True</property> <property name="label" translatable="yes">CD-ROM/DVD</property> <property name="use_underline">True</property> @@ -190,6 +170,25 @@ </child> <child> + <widget class="GtkCheckButton" id="checkbutton_source_code"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Source code</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="focus_on_click">True</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> <widget class="GtkHBox" id="hbox6"> <property name="visible">True</property> <property name="homogeneous">False</property> @@ -199,7 +198,7 @@ <widget class="GtkCheckButton" id="checkbutton_internet"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Internet:</property> + <property name="label" translatable="yes">Download software from the Internet:</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -229,8 +228,8 @@ </widget> <packing> <property name="padding">0</property> - <property name="expand">False</property> - <property name="fill">False</property> + <property name="expand">True</property> + <property name="fill">True</property> </packing> </child> </widget> @@ -241,7 +240,7 @@ <child> <widget class="GtkLabel" id="label11"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Location</b></property> + <property name="label" translatable="yes"><b>Options</b></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> |
