┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindockwidget.cpp
diff options
context:
space:
mode:
authorCarl Schwan <[email protected]>2023-08-23 00:03:18 +0200
committerCarl Schwan <[email protected]>2023-11-10 12:37:05 +0000
commit659eafd7962f617448470228eaca4e147ad1b889 (patch)
treef0ce20b074a0d0e23332f437127e9afddf70eebd /src/dolphindockwidget.cpp
parent96c602605d499b78adeea1e3efed96f2f171f113 (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.cpp3
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