mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-06-09 07:08:27 -04:00
Allow the list and buttons to expand upon window resize
This commit is contained in:
parent
7b06255dca
commit
1cc0a79188
@ -220,7 +220,7 @@ sub new {
|
||||
$presets->AddStretchSpacer(1);
|
||||
|
||||
my $sizer = Wx::BoxSizer->new(wxVERTICAL);
|
||||
$sizer->Add($hsizer, 0, wxEXPAND | wxBOTTOM, 10);
|
||||
$sizer->Add($hsizer, 1, wxEXPAND | wxBOTTOM, 10);
|
||||
$sizer->Add($presets, 0, wxEXPAND | wxLEFT | wxRIGHT | wxBOTTOM, 10);
|
||||
|
||||
$sizer->SetSizeHints($self);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user