0
trickyni trickyniv56@gmail.com
Wed, 29 Oct 2025 07:44:08 +0200
1 files changed,
5 insertions(+),
2 deletions(-)
jump to
M
Resources.qml
→
Resources.qml
@@ -35,8 +35,11 @@ "network_indicator": 9*Size.scale
} property var barsize: { - "topbar": 18*Size.scale, - "bottombar": 12*Size.scale, + "topbar": 15*Size.scale, + "bottombar": 12*Size.scale, + //"topbar": 18*Size.scale, + //"bottombar": 12*Size.scale, + //to maintain optimal aspect ratio for terminal at fontsize 16, with 1.5 monitor scaling, bars should have a combined 10px,27px, or 45px height } }