Gentoo Archives: gentoo-commits

From: Wiktor W Brodlo <wiktor@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/anaconda:master commit in: ui/
Date: Sun, 03 Jul 2011 20:00:36
Message-Id: a2fb3886829bd4ecf5c7a6716d452a5e34a6e5d9.wiktor@gentoo
1 commit: a2fb3886829bd4ecf5c7a6716d452a5e34a6e5d9
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Sun Jul 3 17:34:15 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Sun Jul 3 17:34:15 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=a2fb3886
7
8 ui/mirrorselect.glade: the table should behave now
9
10 ---
11 ui/mirrorselect.glade | 34 ++++++++++++++++++++--------------
12 1 files changed, 20 insertions(+), 14 deletions(-)
13
14 diff --git a/ui/mirrorselect.glade b/ui/mirrorselect.glade
15 index c513105..ffbd5ad 100644
16 --- a/ui/mirrorselect.glade
17 +++ b/ui/mirrorselect.glade
18 @@ -32,24 +32,30 @@ In order to download source code quickly it is recommended to select a fast mirr
19 <property name="visible">True</property>
20 <property name="can_focus">True</property>
21 <child>
22 - <widget class="GtkTable" id="mirrors_table">
23 + <widget class="GtkViewport" id="viewport1">
24 <property name="visible">True</property>
25 - <property name="n_columns">3</property>
26 + <property name="resize_mode">queue</property>
27 <child>
28 - <widget class="GtkLabel" id="downloading">
29 + <widget class="GtkTable" id="mirrors_table">
30 <property name="visible">True</property>
31 - <property name="label" translatable="yes">Downloading the mirror list...</property>
32 + <property name="n_columns">3</property>
33 + <child>
34 + <widget class="GtkLabel" id="downloading">
35 + <property name="visible">True</property>
36 + <property name="label" translatable="yes">Downloading the mirror list...</property>
37 + </widget>
38 + <packing>
39 + <property name="left_attach">1</property>
40 + <property name="right_attach">2</property>
41 + </packing>
42 + </child>
43 + <child>
44 + <placeholder/>
45 + </child>
46 + <child>
47 + <placeholder/>
48 + </child>
49 </widget>
50 - <packing>
51 - <property name="left_attach">1</property>
52 - <property name="right_attach">2</property>
53 - </packing>
54 - </child>
55 - <child>
56 - <placeholder/>
57 - </child>
58 - <child>
59 - <placeholder/>
60 </child>
61 </widget>
62 </child>