Skip to content

Commit

Permalink
ItemPreview: adjust title topMargin
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 committed Jan 28, 2024
1 parent 140f973 commit 0e004a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ff7tkQuick/Controls/ItemPreview.qml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ Item {
Text{
id: elementTitle
anchors.top: parent.top
anchors.topMargin: 4
anchors.left: parent.left
anchors.right: parent.right
text: "Elemental Effects"
Expand Down Expand Up @@ -279,6 +280,7 @@ Item {
Text{
id: statusTitle
anchors.top: parent.top
anchors.topMargin: 4
anchors.left: parent.left
anchors.right: parent.right
text: "Status Effects"
Expand Down

0 comments on commit 0e004a5

Please sign in to comment.