From 9d60570ca784000cb5ef78b13861eee58117595d Mon Sep 17 00:00:00 2001 From: Akseli Lahtinen Date: Sat, 12 Apr 2025 16:28:38 +0000 Subject: DolphinNavigator: Hide the KUrlNavigator background if DolphinNavigator is outside of toolbar When the DolphinNavigator is outside of the toolbar, it's better to hide the background for better looks. This change works only when Dolphin is built against KIO 6.14. --- src/dolphinmainwindow.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index ecc84b971..b6aa9c020 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -704,6 +704,12 @@ private: */ void updateAllowedToolbarAreas(); + /** + * Sets the background of the location bar(s) on if they are inside the toolbar, + * or off if they are outside the toolbar. + */ + void updateNavigatorsBackground(); + bool isKompareInstalled() const; /** -- cgit v1.3