Skip to content

Commit

Permalink
Update to the dialogue dialog text anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrettin committed Dec 12, 2021
1 parent 435cf38 commit 1cef12b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface/dialogs/DialogueDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ DialogBase {

ScrollableTextArea {
id: text_label
anchors.top: icon_button.bottom
anchors.topMargin: 8 * wyrmgus.scale_factor
anchors.top: icon_button.visible ? icon_button.bottom : title_item.bottom
anchors.topMargin: 16 * wyrmgus.scale_factor
anchors.left: parent.left
anchors.leftMargin: 8 * wyrmgus.scale_factor
anchors.right: parent.right
Expand Down

0 comments on commit 1cef12b

Please sign in to comment.