diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2025-09-16 09:50:29 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2025-09-17 10:52:17 +0200 |
| commit | 2aca4661519bc4c97354cae4871f39a099d294a4 (patch) | |
| tree | 7b74f872bd64f816e22df9c97a1f8e8f2ce81dc0 /examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/About.qml | |
| parent | df85d6027debb67562c1ad36147c997de6ff2bed (diff) | |
Update the filesystemexplorer example
Pick-to: 6.10
Task-number: PYSIDE-2206
Change-Id: Icc13acc679060bd3945f27e805ae00d40a16644f
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Reviewed-by: Dennis Oberst <dennis.oberst@qt.io>
Diffstat (limited to 'examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/About.qml')
| -rw-r--r-- | examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/About.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/About.qml b/examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/About.qml index 178bf03e4..0d308a2a1 100644 --- a/examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/About.qml +++ b/examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/About.qml @@ -16,7 +16,7 @@ ApplicationWindow { id: menuBar dragWindow: root - implicitHeight: 27 + implicitHeight: 30 infoText: "About Qt" } |
