Make the multi-choice options look cleaner
This commit is contained in:
parent
a1024c288e
commit
eef30ceb3c
@ -51,7 +51,7 @@ void configureCFW(const char *configPath)
|
|||||||
int posY;
|
int posY;
|
||||||
u32 enabled;
|
u32 enabled;
|
||||||
} multiOptions[] = {
|
} multiOptions[] = {
|
||||||
{ .posXs = {26, 31, 36, 41} },
|
{ .posXs = {26, 32, 38, 44} },
|
||||||
{ .posXs = {17, 26, 32, 44} }
|
{ .posXs = {17, 26, 32, 44} }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user