Plasma: use -2 for small font point size

This commit is contained in:
Evie Litherland-Smith 2024-06-20 18:57:11 +01:00
parent 027bc987c3
commit 5fbabd0cb0

View file

@ -43,7 +43,7 @@
windowTitle = general; windowTitle = general;
small = { small = {
inherit (general) family; inherit (general) family;
pointSize = general.pointSize - 4; pointSize = general.pointSize - 2;
}; };
}; };