fixing indent (#982)

resolving conversations in #968
This commit is contained in:
gullradriel
2023-05-13 08:56:29 +02:00
committed by GitHub
parent a8cdde7bea
commit 415d8cfa54
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -86,14 +86,14 @@ private:
{ 0 * 8, 0 * 16 },
};
Checkbox check_log {
Checkbox check_log {
{ 0 * 8, 1 * 16 },
3,
"LOG",
false
};
Text text_debug {
Text text_debug {
{ 0 * 8, 12 + 2 * 16, 240, 16 },
"DEBUG"
};