GNOME Bugzilla – Bug 722366
provide affordance for reorderable tabs
Last modified: 2014-02-06 22:11:37 UTC
We should provide a hint of separation between reorderable tabs.
Created attachment 266495 [details] [review] tabs: separators for reorderable tabs
The patch doesn't do much as we don't class the reorderable tabs and it also falls short when tabs overflow. Suddenly the last tab is out of view and the separator is drawn on the right.
Mockup available at https://raw2.github.com/gnome-design-team/gnome-mockups/master/theming/experiments/tabs3.png
Attachment 266495 [details] pushed as df01302 - tabs: separators for reorderable tabs
pushed/closed by mistake :/ Still need the tabs to be classed on the gtk side.
We now have if (page->reorderable) gtk_style_context_add_class (context, "reorderable-page");