~abreu-alexandre/ubuntu-html5-theme/fix-toolbar-swipe

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Alexandre Abreu
  • Date: 2014-02-06 13:33:49 UTC
  • mfrom: (124.1.1 small-wh)
  • Revision ID: tarmac-20140206133349-cs0qd4ls856cua9z
small tweak of the basic size for the container.

Approved by PS Jenkins bot, Robert Bruce Park, Adnane Belmadiaf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
import QtQuick 2.0
20
20
import Ubuntu.WebApps 0.1
 
21
import Ubuntu.Components 0.1
21
22
 
22
23
WebAppContainer {
23
 
    height: 400
24
 
    width: 400
 
24
    width: units.gu(100)
 
25
    height: units.gu(75)
25
26
}