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