Rearrange entries in toolbars
I simply wrapped the toolbars inside a GtkCenterBox
with children at start
and end
positions.
I noticed the MIDI editor toolbar was wrapped in a GtkScrolledWindow
for some reason. This is replaced with the GtkCenterBox
. Also some separators are named and bound, and some are not. What is the reason for this? The ghost note toggle was kept at the start
position (so both clusters of end-buttons are the same). I removed the sep_after_ghost_notes
separator, and included one without id.
There's no auto formatting for the Blueprint files, right? Also, generating the ui files with the command described in HACKING.md
removed the "DO NOT EDIT!" warning, I just removed that hunk as I thought the warning should be kept.
This is the result:
Timeline
MIDI Editor
Closes #5051 (closed).