Skip to content

Commit c82ee71

Browse files
authored
Fixes harcoded scale
1 parent c4a16f1 commit c82ee71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/config.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,5 +482,5 @@ void Config::apply_font(float scale)
482482
ImFont *font = BootstrapIcons::Font::Load(io, font_size, &cfg);
483483
io.Fonts->Build();
484484

485-
ImGui::GetStyle().ScaleAllSizes(2.0);
486-
}
485+
ImGui::GetStyle().ScaleAllSizes(scale);
486+
}

0 commit comments

Comments
 (0)