1
Fork 0

Remove window and page title

This commit is contained in:
Joshua Goins 2025-04-12 16:43:18 -04:00
parent fa14e7d125
commit 28008b51ef

View file

@ -15,15 +15,12 @@ Kirigami.ApplicationWindow {
width: 640 width: 640
height: 480 height: 480
visible: true visible: true
title: "InputFaker"
property DeviceManager deviceManager: DeviceManager {} property DeviceManager deviceManager: DeviceManager {}
pageStack.initialPage: FormCard.FormCardPage { pageStack.initialPage: FormCard.FormCardPage {
id: page id: page
title: "FAKE!"
FormCard.FormCard { FormCard.FormCard {
Layout.topMargin: Kirigami.Units.largeSpacing Layout.topMargin: Kirigami.Units.largeSpacing
Layout.fillWidth: true Layout.fillWidth: true