Fix height
This commit is contained in:
parent
259c9a2650
commit
faa33901f2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue