2
* Copyright (C) 2013 Canonical, Ltd.
4
* This program is free software; you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License as published by
6
* the Free Software Foundation; version 3.
8
* This program is distributed in the hope that it will be useful,
9
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
* GNU General Public License for more details.
13
* You should have received a copy of the GNU General Public License
14
* along with this program. If not, see <http://www.gnu.org/licenses/>.
18
import Ubuntu.Components 0.1
29
horizontalCenter: parent.horizontalCenter
32
width: styledItem.imageWidth
33
height: styledItem.imageHeight
37
sourceSize { width: icon.width; height: icon.height }
40
source: styledItem.source
41
fillMode: styledItem.fillMode
42
horizontalAlignment: Image.AlignHCenter
43
verticalAlignment: Image.AlignVCenter
49
objectName: "borderPressed"
53
borderSource: "radius_pressed.sci"
54
opacity: styledItem.pressed ? 1.0 : 0.0
55
Behavior on opacity { NumberAnimation { duration: 200; easing.type: Easing.OutQuint } }
63
baselineOffset: units.gu(2)
66
leftMargin: units.gu(1)
67
rightMargin: units.gu(1)
70
color: Theme.palette.selected.backgroundText
75
elide: Text.ElideMiddle
76
horizontalAlignment: styledItem.horizontalAlignment
79
maximumLineCount: styledItem.maximumLineCount