https://bugs.kde.org/show_bug.cgi?id=363473

--- Comment #13 from RJVB <rjvber...@gmail.com> ---
Created attachment 100999
  --> https://bugs.kde.org/attachment.cgi?id=100999&action=edit
native Macintosh style, document mode, with scroll buttons

diff --git a/sublime/container.cpp b/sublime/container.cpp
index b04f6c3..5ce5f4d 100644
--- a/sublime/container.cpp
+++ b/sublime/container.cpp
@@ -54,6 +54,8 @@ public:
     ContainerTabBar(Container* container)
         : QTabBar(container), m_container(container)
     {
+       setDocumentMode(true);
+       setUsesScrollButtons(true);
         installEventFilter(this);
     }

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to