aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/mainwindow.ui
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2021-01-05 11:24:26 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-01-06 10:11:31 -0800
commitfabeb71adedf5c0026d874ad425d98cc14808657 (patch)
tree92a0ed7d83bc9918fb62023758a39326c88e0d7b /desktop-widgets/mainwindow.ui
parent2305ecc877fdd1c003a8fdf1eb72759ae78aac97 (diff)
downloadsubsurface-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/mainwindow.ui')
-rw-r--r--desktop-widgets/mainwindow.ui3
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"/>