TabBar: Allow to change width of tabs using style sheets

Authored by drosca on Jan 8 2018, 8:35 PM.

Description

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;

}

Details

Committed
droscaJan 11 2018, 6:49 PM
Parents
R875:bfc3b0bf4a28: Load userChrome.css Qt style sheet from profile directory
Branches
Unknown
Tags
Unknown