summaryrefslogtreecommitdiffstats
path: root/draklive-install
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2010-05-26 09:41:54 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2010-05-26 09:41:54 +0000
commitd3089922f708dbca2a33832d1b0b5c51cf9c69e3 (patch)
tree104068d59df31535fcbeca1f97b449de9c9263e8 /draklive-install
parent1dbb859d9ac2af86a4c7b95d849551a8bca02d56 (diff)
downloaddraklive-install-d3089922f708dbca2a33832d1b0b5c51cf9c69e3.tar
draklive-install-d3089922f708dbca2a33832d1b0b5c51cf9c69e3.tar.gz
draklive-install-d3089922f708dbca2a33832d1b0b5c51cf9c69e3.tar.bz2
draklive-install-d3089922f708dbca2a33832d1b0b5c51cf9c69e3.tar.xz
draklive-install-d3089922f708dbca2a33832d1b0b5c51cf9c69e3.zip
use slightly bigger window for draklive-install
The window is too small to fit diskdrake otherwise
Diffstat (limited to 'draklive-install')
-rwxr-xr-xdraklive-install1
1 files changed, 1 insertions, 0 deletions
diff --git a/draklive-install b/draklive-install
index b2e44ad..0235a5c 100755
--- a/draklive-install
+++ b/draklive-install
@@ -19,6 +19,7 @@ use MDK::Common;
use common;
use feature qw(state);
+($::real_windowwidth, $::real_windowheight) = (600, 400);
{
use diskdrake::interactive;