Plasma: use -2 for small font point size
This commit is contained in:
parent
027bc987c3
commit
5fbabd0cb0
|
@ -43,7 +43,7 @@
|
|||
windowTitle = general;
|
||||
small = {
|
||||
inherit (general) family;
|
||||
pointSize = general.pointSize - 4;
|
||||
pointSize = general.pointSize - 2;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue