mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-12 17:38:19 +00:00
[client] overlay: make "Show timing graphs" checkbox consistent in case
This commit is contained in:
parent
36f97f08ad
commit
a3820536ab
@ -47,7 +47,7 @@ struct OverlayGraph
|
||||
|
||||
static void configCallback(void * udata, int * id)
|
||||
{
|
||||
igCheckbox("Show Timing Graphs", &gs.show);
|
||||
igCheckbox("Show timing graphs", &gs.show);
|
||||
igSeparator();
|
||||
|
||||
igBeginTable("split", 2, 0, (ImVec2){}, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user