diff options
Diffstat (limited to 'modules/launcher/Background.qml')
| -rw-r--r-- | modules/launcher/Background.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/launcher/Background.qml b/modules/launcher/Background.qml index 8cfaac8..0e9f7dd 100644 --- a/modules/launcher/Background.qml +++ b/modules/launcher/Background.qml @@ -11,8 +11,6 @@ Shape { readonly property int roundingY: Math.min(rounding, realWrapperHeight / 2) readonly property real wrapperHeight: realWrapperHeight - 1 // Pixel issues :sob: - anchors.bottom: parent.bottom - preferredRendererType: Shape.CurveRenderer opacity: Appearance.transparency.enabled ? Appearance.transparency.base : 1 |