summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-09-29 15:11:46 +0000
committerJeremy Katz <katzj@redhat.com>2006-09-29 15:11:46 +0000
commite196572faaa85c498fc676c597148f3d78a1a9c1 (patch)
tree59c1c596341958a692cfa1dac22471f1679ec7a7 /ui
parentf67fabe9fe38cf62c7484a170b4049dae6f189c0 (diff)
downloadanaconda-e196572faaa85c498fc676c597148f3d78a1a9c1.tar.gz
anaconda-e196572faaa85c498fc676c597148f3d78a1a9c1.tar.xz
anaconda-e196572faaa85c498fc676c597148f3d78a1a9c1.zip
2006-09-29 Jeremy Katz <katzj@redhat.com>
* installclasses/fedora.py (InstallClass._get_description): Return the translated text as the description (#206620). * iw/task_gui.py (TaskWindow._createTaskStore): Fix translations to show up (#206620) * ui/tasksel.glade: Force width wider so that things fit better
Diffstat (limited to 'ui')
-rw-r--r--ui/tasksel.glade14
1 files changed, 8 insertions, 6 deletions
diff --git a/ui/tasksel.glade b/ui/tasksel.glade
index 7c96d7567..d3ebeae70 100644
--- a/ui/tasksel.glade
+++ b/ui/tasksel.glade
@@ -30,6 +30,7 @@
<child>
<widget class="GtkLabel" id="mainLabel">
+ <property name="width_request">600</property>
<property name="visible">True</property>
<property name="label" translatable="yes" context="yes">The default installation of %s includes a set of software applicable for general internet usage. What additional tasks would you like your system to support?</property>
<property name="use_underline">False</property>
@@ -48,8 +49,8 @@
</widget>
<packing>
<property name="padding">0</property>
- <property name="expand">False</property>
- <property name="fill">False</property>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
</packing>
</child>
@@ -104,6 +105,7 @@
<child>
<widget class="GtkLabel" id="label2">
+ <property name="width_request">600</property>
<property name="visible">True</property>
<property name="label" translatable="yes" context="yes">You can further customize the software selection now, or after install via the software management application.</property>
<property name="use_underline">False</property>
@@ -193,14 +195,14 @@
<child>
<widget class="GtkLabel" id="label4">
+ <property name="width_request">600</property>
<property name="visible">True</property>
- <property name="can_focus">True</property>
<property name="label" translatable="yes">Please select any additional repositories that you want to use for software installation.</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">True</property>
- <property name="selectable">True</property>
+ <property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
@@ -212,8 +214,8 @@
</widget>
<packing>
<property name="padding">0</property>
- <property name="expand">False</property>
- <property name="fill">False</property>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
</packing>
</child>