diff options
author | wiktor w brodlo <wiktor@brodlo.net> | 2011-06-29 18:21:27 +0000 |
---|---|---|
committer | wiktor w brodlo <wiktor@brodlo.net> | 2011-06-29 18:21:27 +0000 |
commit | 0d98b10a98a2ef0d183b4d793fa44a2a78b53cb2 (patch) | |
tree | 152e00db1e65f3d0a867ba02a77dae08ee0cbc13 /ui | |
parent | ui/mirrorselect*.glade: name fix (diff) | |
download | anaconda-0d98b10a98a2ef0d183b4d793fa44a2a78b53cb2.tar.gz anaconda-0d98b10a98a2ef0d183b4d793fa44a2a78b53cb2.tar.bz2 anaconda-0d98b10a98a2ef0d183b4d793fa44a2a78b53cb2.zip |
ui/profile.glade: choose profile
Diffstat (limited to 'ui')
-rw-r--r-- | ui/profile.glade | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/ui/profile.glade b/ui/profile.glade new file mode 100644 index 0000000..af75dce --- /dev/null +++ b/ui/profile.glade @@ -0,0 +1,56 @@ +<?xml version="1.0"?> +<glade-interface> + <!-- interface-requires gtk+ 2.6 --> + <!-- interface-naming-policy toplevel-contextual --> + <widget class="GtkWindow" id="profile_window"> + <property name="border_width">18</property> + <child> + <widget class="GtkAlignment" id="profile_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="profile_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">A profile is a building block for any Gentoo system. Not only does it specify default values for USE, CFLAGS and other important variables, it also locks the system to a certain range of package versions. This is all maintained by the Gentoo developers. +Note: The developer subprofile is specifically for Gentoo Linux development tasks. It is not meant to help set up general development environments.</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="GtkVBox" id="profiles_box"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <property name="homogeneous">True</property> + <child> + <placeholder/> + </child> + </widget> + </child> + </widget> + <packing> + <property name="position">1</property> + </packing> + </child> + </widget> + </child> + </widget> + </child> + </widget> +</glade-interface> |