mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 17:22:11 +08:00
Follow-up 8627c350 - Fixed minimal sidebar width after re-scaling of the application.
This commit is contained in:
parent
9cb9d3e90c
commit
ee6f7faa80
@ -1163,7 +1163,7 @@ void Sidebar::update_reslice_btn_tooltip() const
|
||||
|
||||
void Sidebar::msw_rescale()
|
||||
{
|
||||
SetMinSize(wxSize(40 * wxGetApp().em_unit(), -1));
|
||||
SetMinSize(wxSize(42 * wxGetApp().em_unit(), -1));
|
||||
|
||||
for (PlaterPresetComboBox* combo : std::vector<PlaterPresetComboBox*> { p->combo_print,
|
||||
p->combo_sla_print,
|
||||
|
Loading…
x
Reference in New Issue
Block a user