Skip to content

Commit

Permalink
ToolManager: Add ZoomToolBar default position
Browse files Browse the repository at this point in the history
The new zoom toolbar will be placed right next to the edit toolbar

Signed-off-by: Avery King <[email protected]>
  • Loading branch information
Avery King committed Sep 14, 2024
1 parent 86a212f commit 37449a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/toolbars/ToolManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -518,9 +518,9 @@ static struct DefaultConfigEntry {
{ TimeBarID, ToolsBarID, NoBarID },
{ RecordMeterBarID, TimeBarID, NoBarID },
{ PlayMeterBarID, TimeBarID, RecordMeterBarID },
{ EditBarID, NoBarID, TransportBarID },
{ ZoomBarID, EditBarID, TransportBarID },

{ TranscriptionBarID, EditBarID, NoBarID },
{ TranscriptionBarID, ZoomBarID, NoBarID },

// start another top dock row
{ ScrubbingBarID, NoBarID, TransportBarID },
Expand Down

0 comments on commit 37449a3

Please sign in to comment.