UI improvements, with context menu for additional windows

This commit is contained in:
Bruno Herbelin
2023-04-09 16:11:16 +02:00
parent ad54ee4bda
commit 18734345a1
5 changed files with 116 additions and 63 deletions

View File

@@ -44,7 +44,6 @@
#define MENU_SAVE_ON_EXIT ICON_FA_LEVEL_DOWN_ALT " Save on exit"
#define MENU_OPEN_ON_START ICON_FA_LEVEL_UP_ALT " Open last on start"
#define SHORTCUT_SAVEAS_FILE CTRL_MOD "Shift+S"
#define SHORTCUT_HELP CTRL_MOD "H"
#define SHORTCUT_LOGS CTRL_MOD "L"
#define MENU_QUIT ICON_FA_POWER_OFF " Quit"
#define SHORTCUT_QUIT CTRL_MOD "Q"
@@ -77,10 +76,12 @@
#define MENU_CLOSE ICON_FA_TIMES " Close"
#define DIALOG_FAILED_SOURCE ICON_FA_EXCLAMATION_TRIANGLE " Source failure"
#define TOOLTIP_NOTE "New sticky note "
#define MENU_NOTE ICON_FA_STICKY_NOTE " New sticky note "
#define SHORTCUT_NOTE CTRL_MOD "Shift+N"
#define TOOLTIP_METRICS "Metrics "
#define MENU_METRICS "Metrics"
#define SHORTCUT_METRICS CTRL_MOD "M"
#define MENU_HELP ICON_FA_LIFE_RING " Help"
#define SHORTCUT_HELP CTRL_MOD "H"
#define TOOLTIP_PLAYER "Player "
#define SHORTCUT_PLAYER CTRL_MOD "P"
#define TOOLTIP_OUTPUT "Display "