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/statusbar/dolphinstatusbar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/statusbar/dolphinstatusbar.h') diff --git a/src/statusbar/dolphinstatusbar.h b/src/statusbar/dolphinstatusbar.h index c3773d438..983f5b6da 100644 --- a/src/statusbar/dolphinstatusbar.h +++ b/src/statusbar/dolphinstatusbar.h @@ -94,6 +94,7 @@ Q_SIGNALS: protected: void contextMenuEvent(QContextMenuEvent *event) override; + void paintEvent(QPaintEvent *paintEvent) override; private Q_SLOTS: void showZoomSliderToolTip(int zoomLevel); -- cgit v1.3.1