summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-04-05 15:30:32 +0000
committerMatt Wilson <msw@redhat.com>2001-04-05 15:30:32 +0000
commit1d973c38d06ee58f08a2156f457bf3d86c976eb2 (patch)
treed21908d1ec30552ee81749ffa15e6e0c1d3c8d5c /gui.py
parent4c8a702f961ce243256f4a36074ec36dff826ef5 (diff)
downloadanaconda-1d973c38d06ee58f08a2156f457bf3d86c976eb2.tar.gz
anaconda-1d973c38d06ee58f08a2156f457bf3d86c976eb2.tar.xz
anaconda-1d973c38d06ee58f08a2156f457bf3d86c976eb2.zip
make the release notes window a tad bit bigger
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui.py b/gui.py
index bf6b675c3..5c5936413 100755
--- a/gui.py
+++ b/gui.py
@@ -563,8 +563,8 @@ class InstallControlWindow:
a.add (frame)
a.set (0, 0, 1.0, 1.0)
- self.textWin.set_default_size (560, 393)
- self.textWin.set_usize (560, 393)
+ self.textWin.set_default_size (590, 393)
+ self.textWin.set_usize (590, 393)
self.textWin.set_position (WIN_POS_CENTER)
table.attach (a, 1, 2, 1, 2, FILL|EXPAND, FILL|EXPAND, 5, 5)