diff options
Diffstat (limited to 'ui/mirrorselect-sync.glade')
-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> |