diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-05-13 16:58:53 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-05-13 16:58:53 +0200 |
commit | 686f58c997dce499ab90c7ba035e2c387ab96ec4 (patch) | |
tree | 579e80a5d6dd5dfee16aa15e7ff511c29c42464a /src/mainwindow | |
parent | New window action (diff) | |
download | smolbote-686f58c997dce499ab90c7ba035e2c387ab96ec4.tar.xz |
Download widget item tooltip
Simplified ElidedLabel
Diffstat (limited to 'src/mainwindow')
-rw-r--r-- | src/mainwindow/mainwindow.cpp | 1 |
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()) |