Scale all QML elements according to the current display size
This commit is contained in:
parent
9e7a55fc20
commit
bcdf3d94f2
15 changed files with 278 additions and 109 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue