summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorbfox <bfox>2001-08-30 16:19:55 +0000
committerbfox <bfox>2001-08-30 16:19:55 +0000
commit58ccc99cc81a4308eff53f7373f0391bb5401f26 (patch)
treefe81ace40bc06a741c502bc4dfc908eb0e424619 /gui.py
parent0a345c3ada3ae3a9f2b67ead719acca685054ecf (diff)
downloadanaconda-58ccc99cc81a4308eff53f7373f0391bb5401f26.tar.gz
anaconda-58ccc99cc81a4308eff53f7373f0391bb5401f26.tar.xz
anaconda-58ccc99cc81a4308eff53f7373f0391bb5401f26.zip
make the release notes window just a bit wider
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 85fbbfc39..0d01add35 100755
--- a/gui.py
+++ b/gui.py
@@ -459,8 +459,8 @@ class InstallControlWindow:
a.add (frame)
a.set (0, 0, 1.0, 1.0)
- self.textWin.set_default_size (590, 393)
- self.textWin.set_usize (590, 393)
+ self.textWin.set_default_size (635, 393)
+ self.textWin.set_usize (635, 393)
self.textWin.set_position (WIN_POS_CENTER)
table.attach (a, 1, 2, 1, 2, FILL|EXPAND, FILL|EXPAND, 5, 5)