Zhao Yuhang
2024-05-08 85e783997ffd9629cdaef44b7d482f23c8ca49cb
improve qml demo
1个文件已修改
2 ■■■ 已修改文件
examples/qml/main.qml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
examples/qml/main.qml
@@ -45,7 +45,6 @@
        id: titleBar
        anchors {
            top: parent.top
            topMargin: 1
            left: parent.left
            right: parent.right
        }
@@ -64,6 +63,7 @@
            height: 18
            mipmap: true
            source: "qrc:///app/example.png"
            Component.onCompleted: windowAgent.setSystemButton(WindowAgent.WindowIcon, iconButton)
        }
        Text {