diff options
author | wiktor w brodlo <wiktor@brodlo.net> | 2011-07-03 17:23:43 +0000 |
---|---|---|
committer | wiktor w brodlo <wiktor@brodlo.net> | 2011-07-03 17:23:43 +0000 |
commit | cda4f316e3f21545d1486e6f8dfd6d2bc5013904 (patch) | |
tree | ed88f28a25b607f06c4ec4ca3b2957c7a092c1b1 /ui | |
parent | iw/mirrorselect_gui.py: fixed mirror parsing logic (diff) | |
download | anaconda-cda4f316e3f21545d1486e6f8dfd6d2bc5013904.tar.gz anaconda-cda4f316e3f21545d1486e6f8dfd6d2bc5013904.tar.bz2 anaconda-cda4f316e3f21545d1486e6f8dfd6d2bc5013904.zip |
ui/mirrorselect.glade: fixed the table display
Diffstat (limited to 'ui')
-rw-r--r-- | ui/mirrorselect.glade | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/ui/mirrorselect.glade b/ui/mirrorselect.glade index 3938297..c513105 100644 --- a/ui/mirrorselect.glade +++ b/ui/mirrorselect.glade @@ -31,12 +31,9 @@ In order to download source code quickly it is recommended to select a fast mirr <widget class="GtkScrolledWindow" id="scrolledwindow1"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="hscrollbar_policy">automatic</property> - <property name="vscrollbar_policy">automatic</property> <child> <widget class="GtkTable" id="mirrors_table"> <property name="visible">True</property> - <property name="n_rows">3</property> <property name="n_columns">3</property> <child> <widget class="GtkLabel" id="downloading"> @@ -54,24 +51,6 @@ In order to download source code quickly it is recommended to select a fast mirr <child> <placeholder/> </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> </widget> </child> </widget> |