diff --git a/lib/Biodiverse/GUI/SpatialParams.pm b/lib/Biodiverse/GUI/SpatialParams.pm index de9220596..0805c2b1c 100644 --- a/lib/Biodiverse/GUI/SpatialParams.pm +++ b/lib/Biodiverse/GUI/SpatialParams.pm @@ -49,7 +49,7 @@ sub new { my $text_view_no_scroll = Gtk3::TextView->new_with_buffer($text_buffer); # an expander has less visual impact than the previous approach - my $expander = Gtk3::Expander->new(); + my $expander = Gtk3::Expander->new(''); my $self = { buffer => $text_buffer,