summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-02 20:33:22 +0000
committerMatt Wilson <msw@redhat.com>2000-06-02 20:33:22 +0000
commitbcf0ffc57592231e318adfaa2f86eaeb956710de (patch)
tree4a1200c9604af84d25dc01a822cdc1b0e9a0f8c8
parente4a0b59a8a269f02a26bb795977a143cde8f61f3 (diff)
downloadanaconda-bcf0ffc57592231e318adfaa2f86eaeb956710de.tar.gz
anaconda-bcf0ffc57592231e318adfaa2f86eaeb956710de.tar.xz
anaconda-bcf0ffc57592231e318adfaa2f86eaeb956710de.zip
a little bigger in the exception window
-rwxr-xr-xgui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index eebdd5879..812a3a235 100755
--- a/gui.py
+++ b/gui.py
@@ -160,7 +160,7 @@ def ExceptionWindow():
hbox.pack_start (sw, TRUE)
win.vbox.pack_start (info, FALSE)
win.vbox.pack_start (hbox, TRUE)
- win.set_usize (400, 300)
+ win.set_usize (500, 300)
win.set_position (WIN_POS_CENTER)
win.show_all ()
win.run ()