mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 03:37:54 -06:00
FIX: [STUDIO-1603] mediafilepanel button rescale
Change-Id: Ic18d38ff751e0758f37dffc55cc2e41d0a83109a
This commit is contained in:
parent
b4e9a3379c
commit
88fbcb181e
1 changed files with 2 additions and 2 deletions
|
@ -269,8 +269,8 @@ void MediaFilePanel::Rescale()
|
|||
m_button_timelapse->Rescale();
|
||||
m_type_panel->SetMinSize({-1, 48 * em_unit(this) / 10});
|
||||
|
||||
m_button_video->Rescale();
|
||||
m_button_timelapse->Rescale();
|
||||
m_button_download->Rescale();
|
||||
m_button_delete->Rescale();
|
||||
m_button_management->Rescale();
|
||||
|
||||
m_image_grid->Rescale();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue