fix: Font being scaled too big
This commit is contained in:
parent
20da22d59e
commit
8cb76a26c1
@ -733,8 +733,7 @@ namespace hex {
|
||||
|
||||
io.ConfigFlags |= ImGuiConfigFlags_DockingEnable | ImGuiConfigFlags_NavEnableKeyboard;
|
||||
io.ConfigWindowsMoveFromTitleBarOnly = true;
|
||||
|
||||
io.FontGlobalScale = ImHexApi::System::getGlobalScale();
|
||||
io.FontGlobalScale = 1.0F;
|
||||
|
||||
if (glfwGetPrimaryMonitor() != nullptr) {
|
||||
auto sessionType = hex::getEnvironmentVariable("XDG_SESSION_TYPE");
|
||||
|
Loading…
Reference in New Issue
Block a user