diff --git a/config/config.json b/config/config.json index ac04f173..9fbed0e1 100644 --- a/config/config.json +++ b/config/config.json @@ -113,7 +113,7 @@ }, "font": "comicsans", "minscale": 1.0, - "scale": 1.5000001192092896 + "scale": 1.01 }, "title": "Omniview 0.5", "window": { diff --git a/src/style.cpp b/src/style.cpp index 5568b982..b0720fdf 100644 --- a/src/style.cpp +++ b/src/style.cpp @@ -274,8 +274,8 @@ void set_side_menu(const nlohmann::json &config, bool &open_settings, fmt::println("Error Loading Png #{}.", i); } - float scaleWidth = windowSize.x * 0.0005f; - float scaleHeight = windowSize.y * 0.0008f; + float scaleWidth = windowSize.x * 0.00035f; + float scaleHeight = windowSize.y * 0.00065f; // Begin the SideBarMenu if (loaded_png[PngRenderedCnt]) { // render AIGroupLogo ImGui::Image((void *)(intptr_t)image_texture[PngRenderedCnt],