summaryrefslogtreecommitdiffstats
path: root/perl-install/my_gtk.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/my_gtk.pm')
-rw-r--r--perl-install/my_gtk.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm
index 791a741f0..ac0dbb8d5 100644
--- a/perl-install/my_gtk.pm
+++ b/perl-install/my_gtk.pm
@@ -324,6 +324,7 @@ sub create_packtable($@) {
if (defined $_) {
ref $_ or $_ = new Gtk::Label($_);
$w->attach($_, $j, $j + 1, $i, $i + 1, 'fill', 'fill', 5, 0);
+# $w->attach_defaults($_, $j, $j + 1, $i, $i + 1);
$_->show;
}
} @$_;