diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2021-01-05 11:24:26 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-01-06 10:11:31 -0800 |
commit | fabeb71adedf5c0026d874ad425d98cc14808657 (patch) | |
tree | 92a0ed7d83bc9918fb62023758a39326c88e0d7b /desktop-widgets | |
parent | 2305ecc877fdd1c003a8fdf1eb72759ae78aac97 (diff) | |
download | subsurface-fabeb71adedf5c0026d874ad425d98cc14808657.tar.gz |
desktop/UI: move statistics to View menu
It seems to make more sense to have it there with the 'Yearly Statistics'
and not in the Log menu. Interestingly enough, both locations were clearly
considered when first adding this in commit 106f7a8e0e ("desktop: add
statistics widget dummy and application state") as you can tell by the
never implemented actionViewStats.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets')
-rw-r--r-- | desktop-widgets/mainwindow.ui | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop-widgets/mainwindow.ui b/desktop-widgets/mainwindow.ui index 46f0f3f67..b7d4b0bf8 100644 --- a/desktop-widgets/mainwindow.ui +++ b/desktop-widgets/mainwindow.ui @@ -97,7 +97,6 @@ <addaction name="actionAutoGroup"/> <addaction name="separator"/> <addaction name="actionFilterTags"/> - <addaction name="actionStats"/> </widget> <widget class="QMenu" name="menuView"> <property name="title"> @@ -108,8 +107,8 @@ <addaction name="actionViewProfile"/> <addaction name="actionViewInfo"/> <addaction name="actionViewMap"/> - <addaction name="actionViewStats"/> <addaction name="separator"/> + <addaction name="actionStats"/> <addaction name="actionYearlyStatistics"/> <addaction name="actionPreviousDC"/> <addaction name="actionNextDC"/> |