From 74699bed58fa42448050a62a272b3191f99e85a1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 25 Sep 2008 11:18:16 +0000 Subject: (_gtk__MDV_Notebook) make sure mcc always have fillers --- perl-install/mygtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/mygtk2.pm') diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm index a29d916ea..88b497870 100644 --- a/perl-install/mygtk2.pm +++ b/perl-install/mygtk2.pm @@ -654,7 +654,7 @@ sub _gtk__MDV_Notebook { my ($layout, $selection_arrow, $selection_bar); my $parent_window = delete $opts->{parent_window} || root_window(); my $root_height = first($parent_window->get_size()); - my $suffix = $::testing || $root_height eq 800 ? '_600' : '_768'; + my $suffix = $root_height eq 800 && !$::isStandalone ? '_600' : '_768'; # the white square is a little bit above the actual left sidepanel: my $offset = 20; my $is_flip_needed = text_direction_rtl(); -- cgit v1.2.1