mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 16:25:53 +08:00
Fix height
This commit is contained in:
parent
259c9a2650
commit
faa33901f2
@ -533,7 +533,7 @@ void GLGizmoEmboss::initialize()
|
||||
cfg.minimal_window_size.y +
|
||||
addition_edit_height);
|
||||
|
||||
float advance_height = input_height * 4;
|
||||
float advance_height = input_height * 6;
|
||||
cfg.minimal_window_size_with_advance =
|
||||
ImVec2(cfg.minimal_window_size_with_edit.x,
|
||||
cfg.minimal_window_size_with_edit.y + advance_height);
|
||||
|
Loading…
x
Reference in New Issue
Block a user