mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
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>
This commit is contained in:
parent
2305ecc877
commit
fabeb71ade
1 changed files with 1 additions and 2 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Reference in a new issue