Bug 331003

Summary: Bug in tabs size, compression inscriptions
Product: [Applications] konversation Reporter: Alex Talker <alextalker7>
Component: generalAssignee: Konversation Developers <konversation-devel>
Status: CLOSED WORKSFORME    
Severity: wishlist CC: alextalker7, hein, wordsizzle
Priority: NOR Keywords: usability
Version: Git   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
URL: http://i.imgur.com/x3FoUK5.jpg
Latest Commit: Version Fixed In:
Sentry Crash Report:

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.