mirror of
https://github.com/QuasarApp/Snake.git
synced 2025-04-29 03:04:42 +00:00
fixed notify size
This commit is contained in:
parent
36cd78e0d3
commit
df7cc8f291
@ -20,7 +20,7 @@ Item {
|
|||||||
x: parent.width - width - margin;
|
x: parent.width - width - margin;
|
||||||
y: margin;
|
y: margin;
|
||||||
|
|
||||||
width: 40 * metrix.gamePt;
|
width: 6 * metrix.controlPtMaterial;
|
||||||
height: width * 0.5
|
height: width * 0.5
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5,8 +5,8 @@ import QtQuick.Controls 2.12
|
|||||||
ApplicationWindow {
|
ApplicationWindow {
|
||||||
id: mainWindow;
|
id: mainWindow;
|
||||||
visible: true;
|
visible: true;
|
||||||
width: 1140;
|
width: 640;
|
||||||
height: 540;
|
height: 480;
|
||||||
title: qsTr("SnakeOnTheRoad");
|
title: qsTr("SnakeOnTheRoad");
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user