summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-03-16 19:17:27 +0000
committerChris Lumens <clumens@redhat.com>2005-03-16 19:17:27 +0000
commitaddb322503df857d4f893072f5ea1a53b98d3899 (patch)
treeb9dd1adc4bb9a77c4a7abf50ca07ab9361d64c15 /ui
parent90d0a39bed88b9383557b0dcbf70d6e10ae45037 (diff)
downloadanaconda-addb322503df857d4f893072f5ea1a53b98d3899.tar.gz
anaconda-addb322503df857d4f893072f5ea1a53b98d3899.tar.xz
anaconda-addb322503df857d4f893072f5ea1a53b98d3899.zip
Fixed UI problems: kill the big empty box on the congrats screen (which I
caused when I did the help button enable/disable dance) and let the buttons on the button bar grow for lengthy translations.
Diffstat (limited to 'ui')
-rw-r--r--ui/anaconda.glade27
1 files changed, 26 insertions, 1 deletions
diff --git a/ui/anaconda.glade b/ui/anaconda.glade
index 293905ca7..fe15fca0a 100644
--- a/ui/anaconda.glade
+++ b/ui/anaconda.glade
@@ -21,6 +21,7 @@
<property name="skip_pager_hint">False</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
<property name="gravity">GDK_GRAVITY_CENTER</property>
+ <property name="focus_on_map">True</property>
<signal name="key_release_event" handler="on_mainWindow_key_release_event" last_modification_time="Wed, 12 Jan 2005 20:53:20 GMT"/>
<signal name="delete_event" handler="on_mainWindow_delete_event" last_modification_time="Wed, 12 Jan 2005 21:03:14 GMT"/>
@@ -126,7 +127,7 @@
<child>
<widget class="GtkHBox" id="buttonBar">
<property name="visible">True</property>
- <property name="homogeneous">True</property>
+ <property name="homogeneous">False</property>
<property name="spacing">6</property>
<child>
@@ -192,6 +193,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="width_chars">-1</property>
+ <property name="single_line_mode">False</property>
+ <property name="angle">0</property>
</widget>
<packing>
<property name="padding">0</property>
@@ -262,6 +267,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="width_chars">-1</property>
+ <property name="single_line_mode">False</property>
+ <property name="angle">0</property>
</widget>
<packing>
<property name="padding">0</property>
@@ -333,6 +342,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="width_chars">-1</property>
+ <property name="single_line_mode">False</property>
+ <property name="angle">0</property>
</widget>
<packing>
<property name="padding">0</property>
@@ -409,6 +422,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="width_chars">-1</property>
+ <property name="single_line_mode">False</property>
+ <property name="angle">0</property>
</widget>
<packing>
<property name="padding">0</property>
@@ -504,6 +521,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="width_chars">-1</property>
+ <property name="single_line_mode">False</property>
+ <property name="angle">0</property>
</widget>
<packing>
<property name="padding">0</property>
@@ -574,6 +595,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="width_chars">-1</property>
+ <property name="single_line_mode">False</property>
+ <property name="angle">0</property>
</widget>
<packing>
<property name="padding">0</property>