mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Allow the list and buttons to expand upon window resize
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user