Bug 330558 - tabs minimal size
Summary: tabs minimal size
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: tabbar (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-29 21:03 UTC by blackluck
Modified: 2014-02-10 14:29 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 2.13


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description blackluck 2014-01-29 21:03:07 UTC
It would be nice if I able to set the minimum size of a tab, because if there are 12-15 opened tabs can't be read the tab titles.
So if could be set a minimum size for example 100px wide, can read the titles. The other tabs which hasn't enough space could be hide or group or something.

Reproducible: Always
Comment 1 Kurt Hindenburg 2014-02-07 13:36:32 UTC
I agree the user should be able to control the size of the tabs better.  The current behavior is a reasonable default for most uses.
Comment 2 Kurt Hindenburg 2014-02-09 17:06:52 UTC
Git commit da9331e0e9bb012939fbec4289a796c99701c572 by Kurt Hindenburg.
Committed on 09/02/2014 at 16:45.
Pushed by hindenburg into branch 'master'.

Allow users to specify css file for tab bar style

Currently, the default stylesheet for the tab bar just sets the min
and max width.  Now the user can load a .css file.  It is up to the
user to generate the css file to their liking.  Handbook documentation
and examples will follow.

This can be used to set minimum width of the tabs, distinguish active
tab, etc...
Related: bug 330252, bug 330556
FEATURE:
REVIEW: 115554
FIXED-IN: 2.13

M  +29   -1    src/MainWindow.cpp
M  +1    -0    src/MainWindow.h
M  +33   -11   src/settings/TabBarSettings.ui
M  +8    -0    src/settings/konsole.kcfg

http://commits.kde.org/konsole/da9331e0e9bb012939fbec4289a796c99701c572
Comment 3 Kurt Hindenburg 2014-02-10 14:29:34 UTC
Git commit 19ceea24f3275326f91cc475e5b63e9283b78481 by Kurt Hindenburg.
Committed on 09/02/2014 at 16:45.
Pushed by hindenburg into branch 'frameworks'.

Allow users to specify css file for tab bar style

Currently, the default stylesheet for the tab bar just sets the min
and max width.  Now the user can load a .css file.  It is up to the
user to generate the css file to their liking.  Handbook documentation
and examples will follow.

This can be used to set minimum width of the tabs, distinguish active
tab, etc...
Related: bug 330252, bug 330556
FEATURE:
REVIEW: 115554
FIXED-IN: 2.13

(cherry picked from commit da9331e0e9bb012939fbec4289a796c99701c572)

M  +29   -1    src/MainWindow.cpp
M  +1    -0    src/MainWindow.h
M  +33   -11   src/settings/TabBarSettings.ui
M  +8    -0    src/settings/konsole.kcfg

http://commits.kde.org/konsole/19ceea24f3275326f91cc475e5b63e9283b78481