Skip to content

Commit 0e004a5

Browse files
committed
ItemPreview: adjust title topMargin
1 parent 140f973 commit 0e004a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ff7tkQuick/Controls/ItemPreview.qml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ Item {
232232
Text{
233233
id: elementTitle
234234
anchors.top: parent.top
235+
anchors.topMargin: 4
235236
anchors.left: parent.left
236237
anchors.right: parent.right
237238
text: "Elemental Effects"
@@ -279,6 +280,7 @@ Item {
279280
Text{
280281
id: statusTitle
281282
anchors.top: parent.top
283+
anchors.topMargin: 4
282284
anchors.left: parent.left
283285
anchors.right: parent.right
284286
text: "Status Effects"

0 commit comments

Comments
 (0)