You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'd like to increase the size of the window resize grip (the triangle in the lower right corner that let's one resize windows), because it's hard to hit on a touchscreen.
I've checked the code and it seems that it's only dependant on FontSize and the WindowRounding.
Increasing the Font Size is not desirable as that would mean less text can fit on a screen.
Increasing WindowRounding is also not really what I want, but is a potential workaround for now.
Screenshots/Video:
No response
Minimal, Complete and Verifiable Example code:
No response
The text was updated successfully, but these errors were encountered:
Version/Branch of Dear ImGui:
v1.91.8 WIP
Back-ends:
any
Compiler, OS:
Not Relevant
Full config/build information:
No response
Details:
Hi, I'd like to increase the size of the window resize grip (the triangle in the lower right corner that let's one resize windows), because it's hard to hit on a touchscreen.
I've checked the code and it seems that it's only dependant on FontSize and the WindowRounding.
from imgui.cpp:
const float resize_grip_draw_size = IM_TRUNC(ImMax(g.FontSize * 1.10f, window->WindowRounding + 1.0f + g.FontSize * 0.2f));
Increasing the Font Size is not desirable as that would mean less text can fit on a screen.
Increasing WindowRounding is also not really what I want, but is a potential workaround for now.
Screenshots/Video:
No response
Minimal, Complete and Verifiable Example code:
No response
The text was updated successfully, but these errors were encountered: