~unity-team/unity8/launcher-tooltips

« back to all changes in this revision

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

  • Committer: Andrea Azzarone
  • Date: 2016-11-24 11:28:23 UTC
  • mfrom: (2600.3.96 unity8)
  • Revision ID: azzaronea@gmail.com-20161124112823-2uwlc5bc28zs0ysg
Merge with trunk.

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 backgroundShapeStyle: "inset"; 
 
4
                property string backgroundShapeStyle: "flat"; 
5
5
                property real fontScale: 1.0; 
6
6
                property var scopeStyle: null; 
7
7
                readonly property string title: cardData && cardData["title"] || "";
31
31
                                        anchors.fill: parent;
32
32
                                        source: artImage;
33
33
                                        sourceFillMode: UbuntuShape.PreserveAspectCrop;
34
 
                                        radius: "medium";
 
34
                                        radius: "small";
35
35
                                        aspect: UbuntuShape.Flat;
36
36
                                    }
37
37
                                    width: root.fixedArtShapeSize.width;
65
65
                        visible: showHeader ; 
66
66
                        width: undefined;
67
67
                        text: root.title; 
68
 
                        font.weight: cardData && cardData["subtitle"] ? Font.DemiBold : Font.Normal; 
 
68
                        font.weight: Font.Normal; 
69
69
                        horizontalAlignment: Text.AlignLeft; 
70
70
                    }
71
71
Label { 
100
100
    sourceComponent: UbuntuShape {
101
101
        objectName: "touchdown";
102
102
        anchors.fill: parent;
103
 
        radius: "medium";
 
103
        radius: "small";
104
104
        borderSource: "radius_pressed.sci"
105
105
    }
106
106
}