~nick-dedekind/unity8/indicators.hint-interval

« back to all changes in this revision

Viewing changes to tests/plugins/Ubuntu/Gestures/RightwardsLauncher.qml

  • Committer: Nick Dedekind
  • Date: 2014-03-07 15:54:57 UTC
  • mfrom: (638.1.118 unity8)
  • Revision ID: nicholas.dedekind@gmail.com-20140307155457-f0s1zu5ll2czt3rq
merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
            bottom: parent.bottom
78
78
        }
79
79
    }
 
80
 
 
81
    Label {
 
82
        text: "Rightwards"
 
83
        anchors.left: parent.left
 
84
        anchors.verticalCenter: parent.verticalCenter
 
85
        anchors.leftMargin: units.gu(1)
 
86
    }
80
87
}