diff options
author | wiktor w brodlo <wiktor@brodlo.net> | 2011-07-03 23:37:10 +0000 |
---|---|---|
committer | wiktor w brodlo <wiktor@brodlo.net> | 2011-07-03 23:37:10 +0000 |
commit | c17fa85feb9b5da645969a0fd96c3873e4e7c80b (patch) | |
tree | c64d54c7025332cc3ac0dc95127b5351acf16b37 /ui | |
parent | ui/mirrorselect.glade: forgot to save the intro_label (diff) | |
download | anaconda-c17fa85feb9b5da645969a0fd96c3873e4e7c80b.tar.gz anaconda-c17fa85feb9b5da645969a0fd96c3873e4e7c80b.tar.bz2 anaconda-c17fa85feb9b5da645969a0fd96c3873e4e7c80b.zip |
profile selection
Diffstat (limited to 'ui')
-rw-r--r-- | ui/profile.glade | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/ui/profile.glade b/ui/profile.glade index af75dce..c3125dc 100644 --- a/ui/profile.glade +++ b/ui/profile.glade @@ -19,11 +19,14 @@ <child> <widget class="GtkLabel" id="label1"> <property name="visible">True</property> + <property name="xalign">0</property> + <property name="yalign">0</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="expand">False</property> <property name="position">0</property> </packing> </child> @@ -34,12 +37,18 @@ Note: The developer subprofile is specifically for Gentoo Linux development task <property name="hscrollbar_policy">automatic</property> <property name="vscrollbar_policy">automatic</property> <child> - <widget class="GtkVBox" id="profiles_box"> + <widget class="GtkViewport" id="viewport1"> <property name="visible">True</property> - <property name="orientation">vertical</property> - <property name="homogeneous">True</property> + <property name="resize_mode">queue</property> <child> - <placeholder/> + <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> </child> |