Skip to content

Commit

Permalink
Forgot scaling in left margin of document item
Browse files Browse the repository at this point in the history
  • Loading branch information
curoviyxru committed Sep 9, 2023
1 parent b2374b1 commit 784b351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/message/MessageDocument.qml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Rectangle {
Rectangle {
anchors.left: parent.left
anchors.verticalCenter: parent.verticalCenter
anchors.leftMargin: 5
anchors.leftMargin: 5 * kgScaling
id: attachButton

width: 30 * kgScaling
Expand Down

0 comments on commit 784b351

Please sign in to comment.