diff options
author | bfox <bfox> | 2001-08-30 16:19:55 +0000 |
---|---|---|
committer | bfox <bfox> | 2001-08-30 16:19:55 +0000 |
commit | 58ccc99cc81a4308eff53f7373f0391bb5401f26 (patch) | |
tree | fe81ace40bc06a741c502bc4dfc908eb0e424619 /gui.py | |
parent | 0a345c3ada3ae3a9f2b67ead719acca685054ecf (diff) | |
download | anaconda-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-x | gui.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |