Bug 331003 - Bug in tabs size, compression inscriptions
Summary: Bug in tabs size, compression inscriptions
Status: CLOSED WORKSFORME
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: Git
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konversation Developers
URL: http://i.imgur.com/x3FoUK5.jpg
Keywords: usability
Depends on:
Blocks:
 
Reported: 2014-02-11 01:48 UTC by Alex Talker
Modified: 2014-02-12 00:02 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Talker 2014-02-11 01:48:41 UTC
You schould rewrite tabbar for support firefox-style tabs.Not need compress tabs, need make scroll.

Reproducible: Always

Steps to Reproduce:
1.Open some tabs

Actual Results:  
1.Look '...' on every tabs

Expected Results:  
1.Free scroll tabs and non-compressed tabs.
Comment 1 Eike Hein 2014-02-11 09:46:09 UTC
The tab widget is in Qt, not Konversation.
Comment 2 Christoph Feck 2014-02-11 19:39:54 UTC
Well, QTabWidget has options to use scroll arrows vs. eliding, so Konversation could request those options.
Comment 3 Travis McHenry 2014-02-11 20:45:37 UTC
There's already an option for this:

Settings->Configure Konversation->Interface->Tabs->Uncheck 'Limit the size of the tab labels to fit all on screen'

Now a left/right arrow will appear on the right side of the tab widget that lets you scroll between them.
Comment 4 Alex Talker 2014-02-12 00:02:30 UTC
Thanks, sorry, don't know.