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/statusbar/dolphinstatusbar.h | |
| 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/statusbar/dolphinstatusbar.h')
| -rw-r--r-- | src/statusbar/dolphinstatusbar.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
