aboutsummaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-04 12:33:50 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-04 12:33:50 +0000
commit5945d5ebc8f4977d94c5e848e15984de29013c84 (patch)
treef74eceb95282e7a65227b27e71f4ecddf0938e53 /ui
parentui/profile.glade: now it's perfect (diff)
downloadanaconda-5945d5ebc8f4977d94c5e848e15984de29013c84.tar.gz
anaconda-5945d5ebc8f4977d94c5e848e15984de29013c84.tar.bz2
anaconda-5945d5ebc8f4977d94c5e848e15984de29013c84.zip
First version of USE flag selection screen
Diffstat (limited to 'ui')
-rw-r--r--ui/use.glade51
1 files changed, 36 insertions, 15 deletions
diff --git a/ui/use.glade b/ui/use.glade
index d74d401..7ad672d 100644
--- a/ui/use.glade
+++ b/ui/use.glade
@@ -19,11 +19,20 @@
<child>
<widget class="GtkLabel" id="label1">
<property name="visible">True</property>
- <property name="label" translatable="yes">USE is one of the most powerful variables Gentoo provides to its users. Several programs can be compiled with or without optional support for certain items. For instance, some programs can be compiled with gtk-support, or with qt-support. Others can be compiled with or without SSL support. Some programs can even be compiled with framebuffer support (svgalib) instead of X11 support (X-server).
+ <property name="xalign">0</property>
+ <property name="yalign">0</property>
+ <property name="label" translatable="yes">USE is one of the most powerful variables Gentoo provides to its users.
+Several programs can be compiled with or without optional support for certain items.
+
+For instance, some programs can be compiled with gtk-support, or with qt-support.
+Others can be compiled with or without SSL support.
+Some programs can even be compiled with framebuffer support (svgalib) instead of X11 support (X-server).
+
Pick your flags by selecting them. Your profile already set some of the flags, but you can override them if you wish.</property>
<property name="justify">center</property>
</widget>
<packing>
+ <property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
@@ -34,25 +43,37 @@ Pick your flags by selecting them. Your profile already set some of the flags, b
<property name="hscrollbar_policy">automatic</property>
<property name="vscrollbar_policy">automatic</property>
<child>
- <widget class="GtkTable" id="table1">
+ <widget class="GtkViewport" id="viewport1">
<property name="visible">True</property>
- <property name="n_columns">2</property>
+ <property name="resize_mode">queue</property>
<child>
- <widget class="GtkLabel" id="label2">
+ <widget class="GtkTable" id="table1">
<property name="visible">True</property>
- <property name="label" translatable="yes">Flag</property>
+ <property name="n_columns">2</property>
+ <child>
+ <widget class="GtkLabel" id="label2">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Flag</property>
+ </widget>
+ <packing>
+ <property name="x_options">GTK_FILL</property>
+ <property name="y_options">GTK_FILL</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="GtkLabel" id="label3">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Description</property>
+ </widget>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
+ <property name="x_options">GTK_FILL</property>
+ <property name="y_options">GTK_FILL</property>
+ </packing>
+ </child>
</widget>
</child>
- <child>
- <widget class="GtkLabel" id="label3">
- <property name="visible">True</property>
- <property name="label" translatable="yes">Description</property>
- </widget>
- <packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
- </packing>
- </child>
</widget>
</child>
</widget>