Skip to content

Commit

Permalink
mainwindow: set a preferred width for the audiomonitor
Browse files Browse the repository at this point in the history
This doesn't seem to be a pixel width, but I have no idea yet how this reacts on other computers
  • Loading branch information
itsmattkc committed Mar 20, 2023
1 parent 980482b commit 8165407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/window/mainwindow/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,7 @@ void MainWindow::SetDefaultLayout()
addDockWidget(tool_panel_, KDDockWidgets::Location_OnLeft, timeline_panels_.first(), o);

// Right of timeline - audio monitor
o.preferredSize = QSize(320, 0);
addDockWidget(audio_monitor_panel_, KDDockWidgets::Location_OnRight, timeline_panels_.first(), o);

// Bottom left - project panel
Expand Down

0 comments on commit 8165407

Please sign in to comment.