calibre style: Reduce indentation in tree views

This commit is contained in:
Kovid Goyal 2020-09-10 07:41:43 +05:30
parent 91f95e52fb
commit 94479386d9
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -196,6 +196,8 @@ class CalibreStyle: public QProxyStyle {
switch (metric) {
case PM_TabBarTabVSpace:
return 8; // Make tab bars a little narrower, the value for the Fusion style is 12
case PM_TreeViewIndentation:
return 10; // Reduce indentation in tree views
default:
break;
}