diff options
author | Matt Wilson <msw@redhat.com> | 2001-04-05 15:30:32 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-04-05 15:30:32 +0000 |
commit | 1d973c38d06ee58f08a2156f457bf3d86c976eb2 (patch) | |
tree | d21908d1ec30552ee81749ffa15e6e0c1d3c8d5c /gui.py | |
parent | 4c8a702f961ce243256f4a36074ec36dff826ef5 (diff) | |
download | anaconda-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-x | gui.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |