More conversion of Row/Column to Layout

This commit is contained in:
ItsLemmy
2025-09-28 20:49:57 -04:00
parent 7f3842ddbf
commit b2688e9100
4 changed files with 11 additions and 12 deletions
+2 -2
View File
@@ -239,7 +239,7 @@ Item {
property real scrollX: 0
x: scrollX
Row {
RowLayout {
spacing: 50 * scaling // Gap between text copies
NText {
@@ -358,4 +358,4 @@ Item {
}
}
}
}
}
+2 -2
View File
@@ -269,7 +269,7 @@ Item {
property real scrollX: 0
x: scrollX
Row {
RowLayout {
spacing: 50 * scaling // Gap between text copies
NText {
@@ -385,4 +385,4 @@ Item {
}
}
}
}
}