Skip to content

Commit a8d15fe

Browse files
uggthughugh
Co-authored-by: Kolo <[email protected]>
1 parent 79396dc commit a8d15fe

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

exclude/data/ui/chart-editor/components/menubar.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
<menu-item id="menubarItemSelectAfterCursor" text="Select After Cursor" shortcutText="Shift+End" disabled="true" />
4242
<menu-separator />
4343
<hbox>
44-
<label text="Note Stack Threshold" styleName="menuLabel" paddingLeft="12px;" horizontalAlign="left" verticalAlign="center"/>
44+
<label text="Note Stack Threshold" styleName="menuLabel" paddingLeft="12px;" horizontalAlign="left" verticalAlign="center" />
4545
<dropdown id="menuBarStackedNoteThreshold" width="100%">
46-
<data>
47-
<item text="Exact"/>
48-
</data>
46+
<data>
47+
<item text="Exact" />
48+
</data>
4949
</dropdown>
5050
</hbox>
5151
<menu-separator />
@@ -66,6 +66,8 @@
6666
<menu-option-box id="menuBarItemThemeDark" text="Dark" group="menubarItemThemeGroup" />
6767
</menu>
6868
<menu-separator />
69+
<menu-checkbox id="menubarItemViewIndicators" text="Note Kind Indicator" tooltip="Show an indicator if a note is of a non-default kind." />
70+
<menu-separator />
6971
<menu-item id="menubarItemDifficultyUp" text="Increase Difficulty" tooltip="Manage Difficulties with the Difficulty Toolbox" shortcutText="Ctrl+Left" />
7072
<menu-item id="menubarItemDifficultyDown" text="Decrease Difficulty" tooltip="Manage Difficulties with the Difficulty Toolbox" shortcutText="Ctrl+Right" />
7173
</menu>

0 commit comments

Comments
 (0)