Follow-up 8627c350 - Fixed minimal sidebar width after re-scaling of the application.

This commit is contained in:
YuSanka 2023-11-02 15:16:59 +01:00
parent 9cb9d3e90c
commit ee6f7faa80

View File

@ -1163,7 +1163,7 @@ void Sidebar::update_reslice_btn_tooltip() const
void Sidebar::msw_rescale() 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, for (PlaterPresetComboBox* combo : std::vector<PlaterPresetComboBox*> { p->combo_print,
p->combo_sla_print, p->combo_sla_print,