BarHeight: more rounding uniformization

This commit is contained in:
LemmyCook 2025-08-31 10:36:40 -04:00
parent fdf67ab512
commit fcf627c30b
5 changed files with 6 additions and 6 deletions

View file

@ -38,7 +38,7 @@ Loader {
property real opacityValue: originalOpacity
property alias isClosing: hideTimer.running
readonly property real barHeight: Style.barHeight * scaling
readonly property real barHeight: Math.round(Style.barHeight * scaling)
readonly property bool barAtBottom: Settings.data.bar.position === "bottom"
signal opened