From 2a0fa83b72631b21d2e8d731feb0eff576af0f77 Mon Sep 17 00:00:00 2001 From: Akseli Lahtinen Date: Fri, 19 Sep 2025 11:22:23 +0300 Subject: DolphinTabPage: Show separator when navigator is outside of menubar When navigator is outside of menubar, we should show separator under it to make it visually easier to understand it's a clickable area. This adds a small separator, that will be disabled when the navigator is moved back to menubar. BUG: 508303 --- src/dolphintabpage.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dolphintabpage.h') diff --git a/src/dolphintabpage.h b/src/dolphintabpage.h index 1e79fb5db..0c788d115 100644 --- a/src/dolphintabpage.h +++ b/src/dolphintabpage.h @@ -210,6 +210,8 @@ private: DolphinViewContainer *m_expandingContainer; QPointer m_expandViewAnimation; + std::unique_ptr m_navigatorSeparator; + bool m_primaryViewActive; bool m_splitViewEnabled; bool m_active; -- cgit v1.3