~abreu-alexandre/ubuntu-html5-theme/rtm-backport-html5-ui-fixes

« back to all changes in this revision

Viewing changes to src/ubuntu-html5-app-launcher/main.qml

  • Committer: Alexandre Abreu
  • Date: 2014-12-05 21:41:18 UTC
  • Revision ID: alexandre.abreu@canonical.com-20141205214118-3czfr3ijmzb43tda
Fix oxide support

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
WebAppContainer {
24
24
    width: units.gu(100)
25
25
    height: units.gu(75)
 
26
 
 
27
    oxide: withOxide
 
28
    remoteInspectorEnabled: inspector
 
29
    htmlIndexDirectory: wwwFolder
26
30
}
27