diff --git a/modules/launcher/Content.qml b/modules/launcher/Content.qml index 5267bc99..6df3ed5e 100644 --- a/modules/launcher/Content.qml +++ b/modules/launcher/Content.qml @@ -17,7 +17,7 @@ Item { implicitWidth: listWrapper.width + padding * 2 implicitHeight: search.height + listWrapper.height + padding * 2 + spacing - anchors.bottom: parent.bottom + anchors.top: parent.top anchors.horizontalCenter: parent.horizontalCenter StyledRect { diff --git a/modules/launcher/Wrapper.qml b/modules/launcher/Wrapper.qml index aa16b8ad..2782d1b9 100644 --- a/modules/launcher/Wrapper.qml +++ b/modules/launcher/Wrapper.qml @@ -10,7 +10,6 @@ Item { visible: height > 0 height: 0 - clip: true states: State { name: "visible" diff --git a/modules/osd/Content.qml b/modules/osd/Content.qml index 54976e4a..25ba7b8b 100644 --- a/modules/osd/Content.qml +++ b/modules/osd/Content.qml @@ -12,7 +12,7 @@ Column { padding: Appearance.padding.large anchors.verticalCenter: parent.verticalCenter - anchors.right: parent.right + anchors.left: parent.left spacing: Appearance.spacing.normal diff --git a/modules/osd/Wrapper.qml b/modules/osd/Wrapper.qml index 610735f9..6c21c1a8 100644 --- a/modules/osd/Wrapper.qml +++ b/modules/osd/Wrapper.qml @@ -10,7 +10,6 @@ Item { visible: width > 0 width: 0 - clip: true states: State { name: "visible"