aboutsummaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-06-29 18:04:46 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-06-29 18:04:46 +0000
commitbace1eba26c329425412440cfcd39ec847618779 (patch)
treede3a39888577377ca52a5fbab8d5955169572462 /ui
parentui/makeconf.glade: make.conf settings (diff)
downloadanaconda-bace1eba26c329425412440cfcd39ec847618779.tar.gz
anaconda-bace1eba26c329425412440cfcd39ec847618779.tar.bz2
anaconda-bace1eba26c329425412440cfcd39ec847618779.zip
ui/mirrorselect.glade: download mirror select
Diffstat (limited to 'ui')
-rw-r--r--ui/mirrorselect.glade87
1 files changed, 87 insertions, 0 deletions
diff --git a/ui/mirrorselect.glade b/ui/mirrorselect.glade
new file mode 100644
index 0000000..8fcb1e5
--- /dev/null
+++ b/ui/mirrorselect.glade
@@ -0,0 +1,87 @@
+<?xml version="1.0"?>
+<glade-interface>
+ <!-- interface-requires gtk+ 2.6 -->
+ <!-- interface-naming-policy toplevel-contextual -->
+ <widget class="GtkWindow" id="makeconf_window">
+ <property name="border_width">18</property>
+ <child>
+ <widget class="GtkAlignment" id="mirrorselect_align">
+ <property name="width_request">400</property>
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="yalign">0</property>
+ <child>
+ <widget class="GtkVBox" id="mirrorselect_box">
+ <property name="visible">True</property>
+ <property name="border_width">5</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">10</property>
+ <child>
+ <widget class="GtkLabel" id="label1">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Choose your portage mirror(s).
+In order to download source code quickly it is recommended to select a fast mirror that's close to you.</property>
+ <property name="justify">center</property>
+ </widget>
+ <packing>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <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="table1">
+ <property name="visible">True</property>
+ <property name="n_rows">3</property>
+ <property name="n_columns">3</property>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ <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>
+ </widget>
+ </child>
+ </widget>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </widget>
+ </child>
+ </widget>
+ </child>
+ </widget>
+</glade-interface>