MainPanel: add seventh char to main functions

reason: currently, for example 'search' and 'filter' look very densely packed
This commit is contained in:
duchampdev 2019-09-12 22:45:34 +02:00
parent 402e46bb82
commit 18a60d668d
1 changed files with 1 additions and 1 deletions

View File

@ -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);