Enlarge the preset dialog to avoid horizontal scrollbars

This commit is contained in:
Alessandro Ranellucci 2017-03-21 19:46:50 +01:00
parent fb22900738
commit 9e6b869bd4

View File

@ -10,7 +10,7 @@ __PACKAGE__->mk_accessors(qw(preset_editor));
sub new {
my ($class, $parent) = @_;
my $self = $class->SUPER::new($parent, -1, "Settings", wxDefaultPosition, [800,500],
my $self = $class->SUPER::new($parent, -1, "Settings", wxDefaultPosition, [900,500],
wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER | wxDIALOG_EX_METAL);
$self->preset_editor($self->preset_editor_class->new($self));