diff options
Diffstat (limited to 'modules/osd/Content.qml')
| -rw-r--r-- | modules/osd/Content.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/osd/Content.qml b/modules/osd/Content.qml index 54976e4..25ba7b8 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 |