summaryrefslogtreecommitdiffstats
path: root/MainPanel.c
diff options
context:
space:
mode:
authorduchampdev <duchampdev@outlook.com>2019-09-12 22:45:34 +0200
committerduchampdev <duchampdev@outlook.com>2019-09-12 22:45:34 +0200
commit18a60d668ddebae0982b6f952089d9260f582a6a (patch)
tree4f3c5647a430f3c1cacfb0da6d669af2edd949bc /MainPanel.c
parent402e46bb82964366746b86d77eb5afa69c279539 (diff)
MainPanel: add seventh char to main functions
reason: currently, for example 'search' and 'filter' look very densely packed
Diffstat (limited to 'MainPanel.c')
-rw-r--r--MainPanel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MainPanel.c b/MainPanel.c
index 25023367..7cd9228e 100644
--- a/MainPanel.c
+++ b/MainPanel.c
@@ -36,7 +36,7 @@ typedef bool(*MainPanel_ForeachProcessFn)(Process*, Arg);
}*/
-static const char* const MainFunctions[] = {"Help ", "Setup ", "Search", "Filter", "Tree ", "SortBy", "Nice -", "Nice +", "Kill ", "Quit ", NULL};
+static const char* const MainFunctions[] = {"Help ", "Setup ", "Search ", "Filter ", "Tree ", "SortBy ", "Nice - ", "Nice + ", "Kill ", "Quit ", NULL};
void MainPanel_updateTreeFunctions(MainPanel* this, bool mode) {
FunctionBar* bar = MainPanel_getFunctionBar(this);

© 2014-2024 Faster IT GmbH | imprint | privacy policy