Scale all QML elements according to the current display size

This commit is contained in:
Jan-Martin Raemer 2022-06-03 22:07:50 +02:00
parent 9e7a55fc20
commit bcdf3d94f2
15 changed files with 278 additions and 109 deletions

View file

@ -4,8 +4,8 @@ import QtQuick.Controls 2.4
Window {
visible: true
width: 800
height: 480
// width: 800
//height: 480
title: "LenaPi 1.2"
Component.onCompleted: showMaximized();