From 659eafd7962f617448470228eaca4e147ad1b889 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Wed, 23 Aug 2023 00:03:18 +0200 Subject: 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 --- src/dolphindockwidget.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/dolphindockwidget.cpp') 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 -- cgit v1.3