mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
BarHeight: more rounding uniformization
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user