diff options
Diffstat (limited to 'mgaapplet-config')
-rwxr-xr-x | mgaapplet-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mgaapplet-config b/mgaapplet-config index fe89a4c9..c367d07f 100755 --- a/mgaapplet-config +++ b/mgaapplet-config @@ -57,7 +57,7 @@ sub configure() { # config file has negative options but GUI want positive options (HIG): invbools_for_display(\%config); - my $_ww = eval { gtknew('HScale', digits => 5) }; + my $_ww = eval { gtknew('HScale', digits => 5, value => 3, lower => 0) }; my $is_hscale_unsupported = $@; my $product = translate_product(); |