summaryrefslogtreecommitdiffstats
path: root/bin/draknetprofile
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2010-04-27 14:32:53 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2010-04-27 14:32:53 +0000
commite11b4f9e970c2f33432d87c90868c175082761bc (patch)
tree5f71d6706e8e2121a55e27ce553622a484a1985f /bin/draknetprofile
parenta02192e18b619f8f4d0cf9ed008d26d6acfaf7a7 (diff)
downloaddrakx-net-e11b4f9e970c2f33432d87c90868c175082761bc.tar
drakx-net-e11b4f9e970c2f33432d87c90868c175082761bc.tar.gz
drakx-net-e11b4f9e970c2f33432d87c90868c175082761bc.tar.bz2
drakx-net-e11b4f9e970c2f33432d87c90868c175082761bc.tar.xz
drakx-net-e11b4f9e970c2f33432d87c90868c175082761bc.zip
Allow draknetprofile module selection to use whole screen.
Diffstat (limited to 'bin/draknetprofile')
-rwxr-xr-xbin/draknetprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/draknetprofile b/bin/draknetprofile
index 961474f..7a43689 100755
--- a/bin/draknetprofile
+++ b/bin/draknetprofile
@@ -194,7 +194,7 @@ sub delete_selected_profile() {
my $expander = Gtk2::Expander->new(N("Advanced"));
$expander->add(gtkpack_(Gtk2::VBox->new,
0, gtkpack_(gtkset_border_width(Gtk2::HBox->new, 1),
- 0, gtkpack_(gtkset_border_width(Gtk2::VBox->new, 0),
+ 1, gtkpack_(gtkset_border_width(Gtk2::VBox->new, 0),
0, gtknew('WrappedLabel', text => N("Select the netprofile modules:")),
0, gtknew('ScrolledWindow', width => 300, height => 150, child => $modules_list),
),