mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-16 21:05:52 +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 +
|
cfg.minimal_window_size.y +
|
||||||
addition_edit_height);
|
addition_edit_height);
|
||||||
|
|
||||||
float advance_height = input_height * 4;
|
float advance_height = input_height * 6;
|
||||||
cfg.minimal_window_size_with_advance =
|
cfg.minimal_window_size_with_advance =
|
||||||
ImVec2(cfg.minimal_window_size_with_edit.x,
|
ImVec2(cfg.minimal_window_size_with_edit.x,
|
||||||
cfg.minimal_window_size_with_edit.y + advance_height);
|
cfg.minimal_window_size_with_edit.y + advance_height);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user