Esri / Trek2There

Trek2There™
Apache License 2.0
10 stars 5 forks source link

Initial window size too small on hi-res desktops #63

Closed spatialdude closed 7 years ago

spatialdude commented 7 years ago

Windows size too small on Surface Book

Use this to fix -

App {
    id: app

    readonly property real windowScaleFactor: !(Qt.platform.os === "windows" || Qt.platform.os === "unix" || Qt.platform.os === "linux") ? 1 : AppFramework.displayScaleFactor

    width: 1000 * windowScaleFactor
    height: 600 * windowScaleFactor
}
defiantgoat commented 7 years ago

@marikavertzonis This has been fixed with v 2.0.302

marikavertzonis commented 7 years ago

tested 2.0.302 on surface book (hi res) and surface pro (not as high res) - on both - the app occupies good proportion of the screen.