aboutsummaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-03 17:34:15 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-03 17:34:15 +0000
commita2fb3886829bd4ecf5c7a6716d452a5e34a6e5d9 (patch)
tree9fde8e7d42d8b3c8421300fa60857343b77d4858 /ui
parentui/mirrorselect.glade: fixed the table display (diff)
downloadanaconda-a2fb3886829bd4ecf5c7a6716d452a5e34a6e5d9.tar.gz
anaconda-a2fb3886829bd4ecf5c7a6716d452a5e34a6e5d9.tar.bz2
anaconda-a2fb3886829bd4ecf5c7a6716d452a5e34a6e5d9.zip
ui/mirrorselect.glade: the table should behave now
Diffstat (limited to 'ui')
-rw-r--r--ui/mirrorselect.glade34
1 files changed, 20 insertions, 14 deletions
diff --git a/ui/mirrorselect.glade b/ui/mirrorselect.glade
index c513105..ffbd5ad 100644
--- a/ui/mirrorselect.glade
+++ b/ui/mirrorselect.glade
@@ -32,24 +32,30 @@ In order to download source code quickly it is recommended to select a fast mirr
<property name="visible">True</property>
<property name="can_focus">True</property>
<child>
- <widget class="GtkTable" id="mirrors_table">
+ <widget class="GtkViewport" id="viewport1">
<property name="visible">True</property>
- <property name="n_columns">3</property>
+ <property name="resize_mode">queue</property>
<child>
- <widget class="GtkLabel" id="downloading">
+ <widget class="GtkTable" id="mirrors_table">
<property name="visible">True</property>
- <property name="label" translatable="yes">Downloading the mirror list...</property>
+ <property name="n_columns">3</property>
+ <child>
+ <widget class="GtkLabel" id="downloading">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Downloading the mirror list...</property>
+ </widget>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
+ </packing>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
</widget>
- <packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
- </packing>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
</child>
</widget>
</child>