fixed notify size

This commit is contained in:
Andrei Yankovich 2019-08-21 08:36:15 +03:00
parent 36cd78e0d3
commit df7cc8f291
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ Item {
x: parent.width - width - margin;
y: margin;
width: 40 * metrix.gamePt;
width: 6 * metrix.controlPtMaterial;
height: width * 0.5
}

View File

@ -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: {