~aacid/unity8/add_override_warning

« back to all changes in this revision

Viewing changes to tests/qmltests/Launcher/tst_Launcher.qml

  • Committer: Albert Astals Cid
  • Date: 2016-05-05 07:30:08 UTC
  • mfrom: (2341.1.42 unity8)
  • Revision ID: albert.astals@canonical.com-20160505073008-d8u2rkkh0sg1te0l
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
/* Nothing is shown at first. If you drag from left edge you will bring up the
28
28
   launcher. */
29
 
Item {
 
29
Rectangle {
30
30
    id: root
31
31
    width: units.gu(140)
32
32
    height: units.gu(70)
 
33
    color: UbuntuColors.graphite // something neither white nor black
 
34
 
 
35
    Component.onCompleted: theme.name = "Ubuntu.Components.Themes.SuruDark"
33
36
 
34
37
    Loader {
35
38
        id: launcherLoader
868
871
 
869
872
            // Doing longpress
870
873
            mousePress(draggedItem);
871
 
            tryCompare(quickListShape, "opacity", 0.8);
 
874
            tryCompare(quickListShape, "opacity", 0.95);
872
875
            mouseRelease(draggedItem);
873
876
 
874
877
            verify(quickList.y >= units.gu(1));