diff options
-rwxr-xr-x | control-center3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/control-center3 b/control-center3 index 846c07c1..abd31216 100755 --- a/control-center3 +++ b/control-center3 @@ -247,7 +247,7 @@ sub help_mandrake_cc () my $docdir="/usr/share/doc"; my $browser="netscape"; - system("$browser $_docdir/Drakconf/help.html &"); + system("$browser -geometry 600x800+10+10 -no-about-splash $_docdir/Drakconf/help.html &"); } @@ -255,7 +255,7 @@ sub bug_report() { my $bug_url="https://qa.mandrakesoft.com/dimension"; my $browser="netscape"; - system("$browser $bug_url &"); + system("$browser -geometry 600x800+10+10 -no-about-splash $bug_url &"); } @@ -268,7 +268,7 @@ sub create_tree_item() $treebox, $new_subtree, ); - + $treeitem = new Gtk::TreeItem(); $treebox = xpm_label_box($window_global,$pixmap,$label); $treeitem->add($treebox); |