summaryrefslogtreecommitdiffstats
path: root/perl-install/my_gtk.pm
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2002-03-05 14:50:35 +0000
committerdamien <damien@mandriva.com>2002-03-05 14:50:35 +0000
commitf0d6d3b0830907b9a326b410fce82e433be637fa (patch)
treebdf25ac0b67667c5a9dd8cb01a1612f33b7ac548 /perl-install/my_gtk.pm
parenteb18c0937adeb5471a3dada5bd8ef172fae93342 (diff)
downloaddrakx-backup-do-not-use-f0d6d3b0830907b9a326b410fce82e433be637fa.tar
drakx-backup-do-not-use-f0d6d3b0830907b9a326b410fce82e433be637fa.tar.gz
drakx-backup-do-not-use-f0d6d3b0830907b9a326b410fce82e433be637fa.tar.bz2
drakx-backup-do-not-use-f0d6d3b0830907b9a326b410fce82e433be637fa.tar.xz
drakx-backup-do-not-use-f0d6d3b0830907b9a326b410fce82e433be637fa.zip
greater interstice
Diffstat (limited to 'perl-install/my_gtk.pm')
-rw-r--r--perl-install/my_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm
index 75f80f476..6eef0d50f 100644
--- a/perl-install/my_gtk.pm
+++ b/perl-install/my_gtk.pm
@@ -569,7 +569,7 @@ sub gtkicons_labels_widget {
my $fixed = new Gtk::Fixed;
foreach (@tab) { $fixed->put($_, 75, 65) }
my $redraw_function = sub {
- $fixed->move(@$_) foreach compute_icons($fixed->allocation->[2], $fixed->allocation->[3], 40, 15, 10, @tab);
+ $fixed->move(@$_) foreach compute_icons($fixed->allocation->[2], $fixed->allocation->[3], 40, 15, 20, @tab);
};
$fixed->signal_connect(expose_event => $redraw_function );
$fixed->signal_connect(realize => sub {