mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 21:44:08 -06:00
Fixed bugs with non-correct update of buttons enable.
Set minimum size for the scrolled_window_panel.
This commit is contained in:
parent
308a0b5709
commit
64b905820d
2 changed files with 2 additions and 1 deletions
|
@ -230,6 +230,7 @@ sub new {
|
|||
|
||||
### Scrolled Window for info boxes
|
||||
my $scrolled_window_sizer = Wx::BoxSizer->new(wxVERTICAL);
|
||||
$scrolled_window_sizer->SetMinSize([310, -1]);
|
||||
my $scrolled_window_panel = Wx::ScrolledWindow->new($self->{right_panel}, -1, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL);
|
||||
$scrolled_window_panel->SetSizer($scrolled_window_sizer);
|
||||
$scrolled_window_panel->SetScrollbars(1, 1, 1, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue