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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user