diff options
author | Jeremy Katz <katzj@redhat.com> | 2007-03-23 21:38:22 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2007-03-23 21:38:22 +0000 |
commit | a93d6072ec63588a89a36526a8aa74dd5b29082f (patch) | |
tree | e51d60a45b6b7cdc523e2963ee12144b76118ebb /ui | |
parent | 87b8593aedfdae538e96523114625ddb5ebb912f (diff) | |
download | anaconda-a93d6072ec63588a89a36526a8aa74dd5b29082f.tar.gz anaconda-a93d6072ec63588a89a36526a8aa74dd5b29082f.tar.xz anaconda-a93d6072ec63588a89a36526a8aa74dd5b29082f.zip |
2007-03-23 Jeremy Katz <katzj@redhat.com>
* ui/autopart.glade: Make things not go off the screen at lower res
Diffstat (limited to 'ui')
-rw-r--r-- | ui/autopart.glade | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ui/autopart.glade b/ui/autopart.glade index 9717931c8..598ca55ec 100644 --- a/ui/autopart.glade +++ b/ui/autopart.glade @@ -144,10 +144,12 @@ <child> <widget class="GtkLabel" id="label3"> <property name="visible">True</property> - <property name="label" translatable="yes">_Advanced storage configuration</property> + <property name="label" translatable="yes">_Advanced +storage +configuration</property> <property name="use_underline">True</property> <property name="use_markup">True</property> - <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="justify">GTK_JUSTIFY_CENTER</property> <property name="wrap">True</property> <property name="selectable">False</property> <property name="xalign">0.5</property> |