~3v1n0/unity8/indicators-client-modernize

« back to all changes in this revision

Viewing changes to qml/Tutorial/TutorialRight.qml

  • Committer: Marco Trevisan (Treviño)
  • Date: 2016-09-08 16:48:59 UTC
  • mfrom: (2445.1.4 fake-indicators-model)
  • Revision ID: mail@3v1n0.net-20160908164859-9m8cqbb2ra0s02l6
Merging with lp:~3v1n0/unity8/fake-indicators-model

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2015 Canonical, Ltd.
 
2
 * Copyright (C) 2015-2016 Canonical, Ltd.
3
3
 *
4
4
 * This program is free software; you can redistribute it and/or modify
5
5
 * it under the terms of the GNU General Public License as published by
53
53
    label {
54
54
        text: root.usageScenario === "desktop" ?
55
55
                    i18n.tr("Push your mouse against the right edge to view your open apps") :
56
 
                    i18n.tr("Short or long swipe from the right edge to view your open apps")
 
56
                    i18n.tr("Swipe from the right edge to view your open apps")
57
57
        anchors.right: arrow.left
58
58
        anchors.rightMargin: units.gu(2) - (label.width - label.contentWidth)
59
59
        anchors.verticalCenter: arrow.verticalCenter