summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-03-06 20:50:56 +0000
committerJeremy Katz <katzj@redhat.com>2007-03-06 20:50:56 +0000
commit59ad00ea01a65907d53dc1980ddfb3b381a8cedb (patch)
treeddc08a8bafed7b7ab653591cfadc0d8bf91fc231 /ui
parent60625774e3cb7bdd8df5269961a2d268524c467b (diff)
downloadanaconda-59ad00ea01a65907d53dc1980ddfb3b381a8cedb.tar.gz
anaconda-59ad00ea01a65907d53dc1980ddfb3b381a8cedb.tar.xz
anaconda-59ad00ea01a65907d53dc1980ddfb3b381a8cedb.zip
2007-03-06 Jeremy Katz <katzj@redhat.com>
* ui/anaconda.glade: Back to the smaller required height width so that things work better with livecd installs at 800x600 * gui.py (InstallControlWindow.createWidgets): Ensure the window is centered in the case where the window is at 800x600
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>