use separators to make Edit > Select menu more readable

This commit is contained in:
Paul Davis 2015-04-24 14:19:35 -04:00
parent 4fc37aa818
commit e758b01b12
1 changed files with 2 additions and 0 deletions

View File

@ -163,9 +163,11 @@
<menuitem action='select-all-tracks'/>
<menuitem action='deselect-all'/>
<menuitem action='invert-selection'/>
<separator/>
<menuitem action='select-loop-range'/>
<menuitem action='select-punch-range'/>
<menuitem action='select-from-regions'/>
<separator/>
<menuitem action='select-all-after-edit-cursor'/>
<menuitem action='select-all-before-edit-cursor'/>
<menuitem action='select-all-between-cursors'/>