summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-01-18 21:11:25 +0000
committerJeremy Katz <katzj@redhat.com>2007-01-18 21:11:25 +0000
commitaf1fc1db1153f88a75f44d241451abb989a0c3b6 (patch)
tree0f410ad96201359bf6a30d781e4487cbeb5c6445 /ui
parent249c7b9acc5fbd5800b28337a228c75b66f2422c (diff)
downloadanaconda-af1fc1db1153f88a75f44d241451abb989a0c3b6.tar.gz
anaconda-af1fc1db1153f88a75f44d241451abb989a0c3b6.tar.xz
anaconda-af1fc1db1153f88a75f44d241451abb989a0c3b6.zip
* gui.py: Tweak various dialog types to work better with a real
window manager; handle the case of a running system at 800x600 where we were a bit too constrained in screen real-estate * ui/anaconda.glade: Tweak required height/width
Diffstat (limited to 'ui')
-rw-r--r--ui/anaconda.glade4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/anaconda.glade b/ui/anaconda.glade
index c8d82f6b2..d8e3aa0b8 100644
--- a/ui/anaconda.glade
+++ b/ui/anaconda.glade
@@ -4,8 +4,8 @@
<glade-interface>
<widget class="GtkWindow" id="mainWindow">
- <property name="width_request">800</property>
- <property name="height_request">600</property>
+ <property name="width_request">610</property>
+ <property name="height_request">450</property>
<property name="visible">True</property>
<property name="title" translatable="yes"></property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>