~aacid/unity8/desktopRotatedCamera

« back to all changes in this revision

Viewing changes to tests/plugins/Dash/cardcreator/4.res.cardcreator

  • Committer: Albert Astals Cid
  • Date: 2016-06-02 07:43:13 UTC
  • mfrom: (2039.198.42 unity8)
  • Revision ID: albert.astals@canonical.com-20160602074313-qycavrlys0yftjfd
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AbstractButton { 
2
2
                id: root; 
3
3
                property var cardData; 
4
 
                property string artShapeStyle: "inset"; 
5
4
                property string backgroundShapeStyle: "inset"; 
6
5
                property real fontScale: 1.0; 
7
6
                property var scopeStyle: null;
101
100
    id: touchdown;
102
101
    objectName: "touchdown";
103
102
    anchors { fill: root }
104
 
    visible: root.artShapeStyle != "shadow" && root.artShapeStyle != "icon" && root.pressed;
 
103
    visible: root.pressed;
105
104
    radius: "medium";
106
105
    borderSource: "radius_pressed.sci"
107
106
}