mainwindow: set a preferred width for the audiomonitor

This doesn't seem to be a pixel width, but I have no idea yet how this reacts on other computers
This commit is contained in:
itsmattkc
2023-03-20 16:22:59 -07:00
parent 980482b06e
commit 81654071a9
+1
View File
@@ -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