diff --git a/resources/qml/Widgets/ScrollableTextArea.qml b/resources/qml/Widgets/ScrollableTextArea.qml index b9ccc4271b..adf81628eb 100644 --- a/resources/qml/Widgets/ScrollableTextArea.qml +++ b/resources/qml/Widgets/ScrollableTextArea.qml @@ -28,9 +28,9 @@ ScrollView right: parent.right rightMargin: parent.background.border.width top: parent.top - topMargin: rightMargin + topMargin: anchors.rightMargin bottom: parent.bottom - bottomMargin: rightMargin + bottomMargin: anchors.rightMargin } }