diff options
author | damien <damien@mandriva.com> | 2001-12-19 13:38:23 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-12-19 13:38:23 +0000 |
commit | 827158291a8d76daec836d7d9662cef02f8b1ee2 (patch) | |
tree | 2ea49c1b8b3dfd6f791481311d4298d3f5ae9f66 | |
parent | 88093dd813c92000d93d730b1fe3938bc50146cb (diff) | |
download | drakx-backup-do-not-use-827158291a8d76daec836d7d9662cef02f8b1ee2.tar drakx-backup-do-not-use-827158291a8d76daec836d7d9662cef02f8b1ee2.tar.gz drakx-backup-do-not-use-827158291a8d76daec836d7d9662cef02f8b1ee2.tar.bz2 drakx-backup-do-not-use-827158291a8d76daec836d7d9662cef02f8b1ee2.tar.xz drakx-backup-do-not-use-827158291a8d76daec836d7d9662cef02f8b1ee2.zip |
update graphical backend
-rw-r--r-- | perl-install/my_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm index 547c18848..f61f3819b 100644 --- a/perl-install/my_gtk.pm +++ b/perl-install/my_gtk.pm @@ -530,7 +530,7 @@ sub gtkicons_labels_widget { }), 0, 0); $i = 0; foreach (@tab) { - $fixed->put($_, $i*64, 64); + $fixed->put($_, $i*75, 65); $i++; } $fixed->show_all(); |