~cibersheep/unav/systemcolors

« back to all changes in this revision

Viewing changes to qml/Main.qml

  • Committer: costales
  • Date: 2018-10-19 15:50:22 UTC
  • Revision ID: costales.marcos@gmail.com-20181019155022-m8bk9g3kkl1oko7n
ReleaseĀ 2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
        width: unavWindow.width + units.gu(0.1) //TODO: Investigate why this is needed
62
62
        height: unavWindow.height + units.gu(0.1) //TODO: Investigate why this is needed
63
63
 
64
 
        property string applicationVersion: "1.9"
 
64
        property string applicationVersion: "2.0"
65
65
        property string mapUrl: "../nav/index.html"
66
66
        property string appUA: "Mozilla/5.0 (Linux; Android 5.0; Nexus 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.102 Mobile Safari/537.36 Project uNav"
67
67