Skip to content

Commit 4b872d5

Browse files
Tom O'ReillyTom O'Reilly
authored andcommitted
set implicitWidth, implicitHeight
1 parent 3fc4fb8 commit 4b872d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/qt-guilib/ui-components/Settings3D.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import QtQuick.Layouts 1.3
66

77
Item {
88
visible: true
9-
width: 640
10-
height: 480
9+
implicitWidth: 640
10+
implicitHeight: 480
1111
property alias intensity: intensity
1212
property alias lightX: lightX
1313
property alias lightY: lightY

0 commit comments

Comments
 (0)