mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-06 00:16:17 +08:00
Enlarge the preset dialog to avoid horizontal scrollbars
This commit is contained in:
parent
fb22900738
commit
9e6b869bd4
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user