diff options
author | wiktor w brodlo <wiktor@brodlo.net> | 2011-07-03 18:51:17 +0000 |
---|---|---|
committer | wiktor w brodlo <wiktor@brodlo.net> | 2011-07-03 18:51:17 +0000 |
commit | ea34b0f174d3f4ee1834c3743fc0c8ee1460894a (patch) | |
tree | 9ed1d2738eea146d7bbd9951267ac3430c451d5c /ui | |
parent | ui/mirrorselect.glade: maybe this time... (diff) | |
download | anaconda-ea34b0f174d3f4ee1834c3743fc0c8ee1460894a.tar.gz anaconda-ea34b0f174d3f4ee1834c3743fc0c8ee1460894a.tar.bz2 anaconda-ea34b0f174d3f4ee1834c3743fc0c8ee1460894a.zip |
I'm not touching mirrorselect again!
Diffstat (limited to 'ui')
-rw-r--r-- | ui/mirrorselect.glade | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/mirrorselect.glade b/ui/mirrorselect.glade index 7407f9a..9964f03 100644 --- a/ui/mirrorselect.glade +++ b/ui/mirrorselect.glade @@ -43,12 +43,19 @@ In order to download source code quickly it is recommended to select a fast mirr <child> <widget class="GtkLabel" id="label2"> <property name="visible">True</property> + <property name="xalign">0</property> + <property name="yalign">0</property> <property name="label" translatable="yes">Mirror URL</property> </widget> + <packing> + <property name="x_options">GTK_FILL</property> + </packing> </child> <child> <widget class="GtkLabel" id="label3"> <property name="visible">True</property> + <property name="xalign">0</property> + <property name="yalign">0</property> <property name="label" translatable="yes">Region: Country Mirror Name</property> </widget> @@ -60,6 +67,8 @@ Mirror Name</property> <child> <widget class="GtkLabel" id="label4"> <property name="visible">True</property> + <property name="xalign">0</property> + <property name="yalign">0</property> <property name="label" translatable="yes">Flags</property> </widget> <packing> |