aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/mainwindow.cpp
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-05-13 16:58:53 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-05-13 16:58:53 +0200
commit686f58c997dce499ab90c7ba035e2c387ab96ec4 (patch)
tree579e80a5d6dd5dfee16aa15e7ff511c29c42464a /src/mainwindow/mainwindow.cpp
parentNew window action (diff)
downloadsmolbote-686f58c997dce499ab90c7ba035e2c387ab96ec4.tar.xz
Download widget item tooltip
Simplified ElidedLabel
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())