Skip to content

Commit 3ca09b2

Browse files
committed
Fine, format the nice icon array.
1 parent 05c3af1 commit 3ca09b2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/Editor/TextOverlay.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@ static uint8_t supportLink[] = "https://discord.gg/GCNAyDmjqy";
4444
static uint8_t githubLink[] = "https://github.com/uvcat7/ArrowVortex";
4545

4646
static const char* iconNames[NUM_ICONS] = {
47-
"up one", "up half", "down one", "down half",
48-
"halve", "double", "full selection", "half selection",
49-
"undo", "redo", "calculate", "tweak",
50-
"search", "copy", "play", "arrow right",
51-
"folder",
47+
"up one", "up half", "down one", "down half", "halve",
48+
"double", "full selection", "half selection", "undo", "redo",
49+
"calculate", "tweak", "search", "copy", "play",
50+
"arrow right", "folder",
5251
};
5352

5453
}; // anonymous namespace

0 commit comments

Comments
 (0)