~ubuntu-branches/ubuntu/vivid/ubuntu-ui-toolkit-gles/vivid-proposed

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/Themes/Ambiance/PageHeadButton.qml

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Zoltán Balogh
  • Date: 2014-07-31 17:02:13 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20140731170213-h6z5tfnwgzfvns6v
Tags: 0.1.51+14.10.20140731.1-0ubuntu1
[ Zoltán Balogh ]
Sync package with ubuntu-ui-toolkit - 0.1.51+14.10.20140731.1-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
AbstractButton {
21
21
    id: button
22
22
 
23
 
    property int iconWidth: units.gu(2)
24
 
    property int iconHeight: iconWidth
 
23
    property real iconWidth: units.gu(2.5)
 
24
    property real iconHeight: iconWidth
25
25
 
26
 
    width: visible ? units.gu(4) : 0
 
26
    width: visible ? units.gu(5) : 0
27
27
    height: parent ? parent.height : undefined
28
28
 
29
29
    Image {