┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphintabpage.h
diff options
context:
space:
mode:
authorAkseli Lahtinen <[email protected]>2025-09-19 11:22:23 +0300
committerAkseli Lahtinen <[email protected]>2025-09-19 11:22:23 +0300
commit2a0fa83b72631b21d2e8d731feb0eff576af0f77 (patch)
tree8353ebbdf5f05652ab5fde09d8586f68db60348c /src/dolphintabpage.h
parent4be2b872b55995fb12d9c6f8f7442d676c4f5ba5 (diff)
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
Diffstat (limited to 'src/dolphintabpage.h')
-rw-r--r--src/dolphintabpage.h2
1 files changed, 2 insertions, 0 deletions
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<QVariantAnimation> m_expandViewAnimation;
+ std::unique_ptr<QFrame> m_navigatorSeparator;
+
bool m_primaryViewActive;
bool m_splitViewEnabled;
bool m_active;