mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-30 23:00:21 -04:00
calibre style: Reduce indentation in tree views
This commit is contained in:
parent
91f95e52fb
commit
94479386d9
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user