1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-23 02:32:10 +02:00
falkonOfficial/src/lib/tabwidget
David Rosca 516bd92089 TabBar: Allow to change width of tabs using style sheets
It can be set in themes or in userChrome.css as in example.

/* userChrome.css */
TabBarTabMetrics
{
    qproperty-normalMaxWidth: 250;
    qproperty-normalMinWidth: 150;
    qproperty-activeMinWidth: 150;
    qproperty-overflowedWidth: 150;
    qproperty-pinnedWidth: 35;
}
2018-01-11 19:49:12 +01:00
..
combotabbar.cpp ComboTabBar: Apply padding adjustment to all tabs 2018-01-11 19:49:03 +01:00
combotabbar.h ComboTabBar: Add possibility to change base color from stylesheets 2018-01-11 19:46:33 +01:00
tabbar.cpp TabBar: Allow to change width of tabs using style sheets 2018-01-11 19:49:12 +01:00
tabbar.h TabBar: Disable greying out not restored tabs 2018-01-11 19:45:27 +01:00
tabcontextmenu.cpp TabContextMenu: Remove detach tab action 2018-01-01 17:01:19 +01:00
tabcontextmenu.h TabContextMenu: Remove detach tab action 2018-01-01 17:01:19 +01:00
tabicon.cpp Initial rename to Falkon 2017-08-25 17:32:32 +02:00
tabicon.h Initial rename to Falkon 2017-08-25 17:32:32 +02:00
tabstackedwidget.cpp Initial rename to Falkon 2017-08-25 17:32:32 +02:00
tabstackedwidget.h Initial rename to Falkon 2017-08-25 17:32:32 +02:00
tabwidget.cpp TabWidget: Set outside-tabbar property to both add tab buttons 2018-01-11 19:43:38 +01:00
tabwidget.h Always open new window when restoring session after crash 2018-01-11 19:23:36 +01:00