mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 13:37:22 +00:00
[client] egl: remove unit qualifier from label
This commit is contained in:
parent
78df2073ff
commit
df5c648377
@ -293,7 +293,7 @@ void egl_desktopConfigUI(EGL_Desktop * desktop)
|
|||||||
igSliderInt("Peak Luminance", &desktop->peakLuminance, 1, 10000,
|
igSliderInt("Peak Luminance", &desktop->peakLuminance, 1, 10000,
|
||||||
"%d nits",
|
"%d nits",
|
||||||
ImGuiInputTextFlags_CharsDecimal);
|
ImGuiInputTextFlags_CharsDecimal);
|
||||||
igSliderInt("Max content light level (nits)", &desktop->maxCLL, 1, 10000,
|
igSliderInt("Max content light level", &desktop->maxCLL, 1, 10000,
|
||||||
"%d nits", ImGuiInputTextFlags_CharsDecimal);
|
"%d nits", ImGuiInputTextFlags_CharsDecimal);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user