diff options
author | wiktor w brodlo <wiktor@brodlo.net> | 2011-06-29 18:07:49 +0000 |
---|---|---|
committer | wiktor w brodlo <wiktor@brodlo.net> | 2011-06-29 18:07:49 +0000 |
commit | e02046984466e243c6f20a133dc8b5841e2260f5 (patch) | |
tree | 9689a6405e93720a5e06d1bad16c4043051dd4f4 /ui | |
parent | ui/mirrorselect.glade: download mirror select (diff) | |
download | anaconda-e02046984466e243c6f20a133dc8b5841e2260f5.tar.gz anaconda-e02046984466e243c6f20a133dc8b5841e2260f5.tar.bz2 anaconda-e02046984466e243c6f20a133dc8b5841e2260f5.zip |
ui/mirrorselect-sync.glade: portage rsync mirror
Diffstat (limited to 'ui')
-rw-r--r-- | ui/mirrorselect-sync.glade | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/ui/mirrorselect-sync.glade b/ui/mirrorselect-sync.glade new file mode 100644 index 0000000..06864ce --- /dev/null +++ b/ui/mirrorselect-sync.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 rsync mirror(s). +Choose a server you would like to sync your portage tree with.</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> + <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> + <child> + <placeholder/> + </child> + <child> + <placeholder/> + </child> + <child> + <placeholder/> + </child> + <child> + <placeholder/> + </child> + <child> + <placeholder/> + </child> + <child> + <placeholder/> + </child> + </widget> + </child> + </widget> + <packing> + <property name="position">1</property> + </packing> + </child> + </widget> + </child> + </widget> + </child> + </widget> +</glade-interface> |