~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/DialogForegroundStyle.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
Item {
21
21
    id: dialogForegroundStyle
22
22
 
23
 
    visible: styledItem.dismissArea.width > units.gu(60)
24
 
 
25
23
    UbuntuShape {
26
24
        id: background
27
25
        anchors.fill: parent
28
 
        color: Qt.rgba(0, 0, 0, 0.7)
 
26
        color: "white"
29
27
    }
30
28
}