Formatting

This commit is contained in:
Lemmy
2026-01-04 10:44:39 -05:00
parent 7ee7d8a741
commit ba3fdf5d38
+1 -1
View File
@@ -19,7 +19,7 @@ PanelWindow {
readonly property bool barFloating: Settings.data.bar.floating || false
readonly property real barMarginH: barFloating ? Math.ceil(Settings.data.bar.marginHorizontal * Style.marginXL) : 0
readonly property real barMarginV: barFloating ? Math.ceil(Settings.data.bar.marginVertical * Style.marginXL) : 0
readonly property real fractOffset: CompositorService.getDisplayScale(screen?.name) % 1.0;
readonly property real fractOffset: CompositorService.getDisplayScale(screen?.name) % 1.0
// Invisible - just reserves space
color: "transparent"