~mzanetti/unity8/screens-workspaces-switcher

« back to all changes in this revision

Viewing changes to qml/Stage/Stage.qml

  • Committer: Michael Zanetti
  • Date: 2017-03-15 10:42:35 UTC
  • Revision ID: michael.zanetti@canonical.com-20170315104235-9tm3mwgesqscx9pa
add text to drop targets

Show diffs side-by-side

added added

removed removed

Lines of Context:
571
571
        ScreensAndWorkspaces {
572
572
            id: screensAndWorkspaces
573
573
            anchors { left: parent.left; top: parent.top; right: parent.right; leftMargin: root.leftMargin }
574
 
            height: parent.height * .3
 
574
            height: Math.max(units.gu(35), parent.height * .4)
575
575
            background: root.background
576
576
            opacity: 0
577
577
            visible: opacity > 0