diff options
| author | Carl Schwan <[email protected]> | 2023-08-23 00:03:18 +0200 |
|---|---|---|
| committer | Carl Schwan <[email protected]> | 2023-11-10 12:37:05 +0000 |
| commit | 659eafd7962f617448470228eaca4e147ad1b889 (patch) | |
| tree | f0ce20b074a0d0e23332f437127e9afddf70eebd /src/dolphindockwidget.cpp | |
| parent | 96c602605d499b78adeea1e3efed96f2f171f113 (diff) | |
Adapt to frame change in Breeze
Reduce margins in some places, make the dolphinstatusbar use a
QStatusBar style, and mark the kitemlistcontainer as no frame
Diffstat (limited to 'src/dolphindockwidget.cpp')
| -rw-r--r-- | src/dolphindockwidget.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dolphindockwidget.cpp b/src/dolphindockwidget.cpp index 84902eb9c..e6e9b744a 100644 --- a/src/dolphindockwidget.cpp +++ b/src/dolphindockwidget.cpp @@ -33,8 +33,7 @@ public: QSize minimumSizeHint() const override { - const int border = style()->pixelMetric(QStyle::PM_DockWidgetTitleBarButtonMargin); - return QSize(border, border); + return QSize(0, 0); } QSize sizeHint() const override |
