formatting

This commit is contained in:
quadbyte 2025-08-11 11:44:27 -04:00
parent f92ac9f0b0
commit 59d80b1798

View file

@ -45,7 +45,6 @@ Item {
// Optional leading icon slot in the future
// Item { Layout.preferredWidth: 0 }
TextField {
id: input
Layout.fillWidth: true
@ -63,4 +62,3 @@ Item {
}
}
}