aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow/mainwindow.cpp')
-rw-r--r--src/mainwindow/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow/mainwindow.cpp b/src/mainwindow/mainwindow.cpp
index 88a0b42..c078d81 100644
--- a/src/mainwindow/mainwindow.cpp
+++ b/src/mainwindow/mainwindow.cpp
@@ -165,6 +165,7 @@ void MainWindow::addDockWidget(Qt::DockWidgetArea area, QWidget *widget)
}
DockWidget *dock = new DockWidget(widget->windowTitle(), this);
+ dock->setMinimumWidth(460);
dock->setWidget(widget);
if(docks.empty())