~aacid/unity8/drag_with_quicklist

« back to all changes in this revision

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

  • Committer: CI Train Bot
  • Author(s): Andrea Cimitan
  • Date: 2015-11-26 13:51:53 UTC
  • mfrom: (1807.4.19 new-shadows-1.3)
  • Revision ID: ci-train-bot@canonical.com-20151126135153-w2e0zfgz30hazbhi
Shadows in launcher and dash using UbuntuShapeIcon
Approved by: Michael Zanetti, Albert Astals Cid

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
    id: touchdown;
114
114
    objectName: "touchdown";
115
115
    anchors { fill: backgroundLoader }
116
 
    visible: root.pressed;
 
116
    visible: root.artShapeStyle != "shadow" && root.artShapeStyle != "icon" && root.pressed;
117
117
    radius: "medium";
118
118
    borderSource: "radius_pressed.sci"
119
119
}