We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845f893 commit f885f53Copy full SHA for f885f53
TheForceEngine/TFE_FrontEndUI/frontEndUi.cpp
@@ -2084,7 +2084,11 @@ namespace TFE_FrontEndUI
2084
}
2085
2086
size.x = 420 * s_uiScale;
2087
+ #ifdef _WIN32
2088
size.y = 85 * s_uiScale;
2089
+ #else
2090
+ size.y = 100 * s_uiScale;
2091
+ #endif
2092
2093
ImGui::BeginChild("##InfoWithBorderRecord", size, true);
2094
{
@@ -2140,7 +2144,12 @@ namespace TFE_FrontEndUI
2140
2144
ImGui::PopStyleColor();
2141
2145
ImGui::PopFont();
2142
2146
2147
2143
2148
size.y = 100 * s_uiScale;
2149
2150
+ size.y = 120 * s_uiScale;
2151
2152
+
2153
ImGui::BeginChild("##InfoWithBorderPlayBack", size, true);
2154
2155
ImGui::Spacing();
0 commit comments