From eda513356b8eb58b3069ddceb8c3dbc63c7fcdcd Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周日, 17 12月 2023 15:58:49 +0800 Subject: [PATCH] Update resources --- examples/qml/main.qml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/qml/main.qml b/examples/qml/main.qml index 7f5c228..4ed90f1 100644 --- a/examples/qml/main.qml +++ b/examples/qml/main.qml @@ -5,8 +5,8 @@ Window { id: window - width: 640 - height: 480 + width: 800 + height: 600 color: "#f0f0f0" title: qsTr("Hello, world!") Component.onCompleted: { -- Gitblit v1.9.1