diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/SoftwareProperties.glade | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/data/SoftwareProperties.glade b/data/SoftwareProperties.glade index ac81bd1b..8f747689 100644 --- a/data/SoftwareProperties.glade +++ b/data/SoftwareProperties.glade @@ -7,7 +7,7 @@ <property name="border_width">6</property> <property name="width_request">620</property> <property name="height_request">400</property> - <property name="title" translatable="yes">Software Repositories</property> + <property name="title" translatable="yes">Software Sources</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_CENTER</property> <property name="modal">False</property> @@ -66,13 +66,30 @@ <property name="right_padding">0</property> <child> - <widget class="GtkVBox" id="vbox_dist_comps"> + <widget class="GtkVBox" id="vbox10"> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">6</property> <child> - <placeholder/> + <widget class="GtkVBox" id="vbox_dist_comps"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <placeholder/> + </child> + + <child> + <placeholder/> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> </child> <child> |
