Skip to content
Snippets Groups Projects
Commit ad3b84ff authored by Tomi Korpipää's avatar Tomi Korpipää
Browse files

Fix fullscreen scaling for desktops

parent ccd5ba65
No related branches found
No related tags found
No related merge requests found
......@@ -83,11 +83,11 @@ Item {
Studio3D {
id: studio3D
width: parent.width
height: width * 0.375 // based on the aspect ratio of the presentation
height: parent.height //width * 0.375 // based on the aspect ratio of the presentation
anchors.verticalCenter: parent.verticalCenter
ViewerSettings {
scaleMode: ViewerSettings.ScaleModeFit
scaleMode: ViewerSettings.ScaleModeFill
}
Presentation {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment