~mzanetti/unity8/buttons-in-panel

« back to all changes in this revision

Viewing changes to qml/Shell.qml

  • Committer: CI bot
  • Author(s): Michael Terry
  • Date: 2014-11-17 13:47:59 UTC
  • mfrom: (1433.1.2 we-are-at-least-beta)
  • Revision ID: ps-jenkins@lists.canonical.com-20141117134759-7kfs8j6vdhnr718n
Drop the "EARLY ALPHA" scare label when running in testing mode.

A) We are past early alpha stages by this point.
B) It's distracting when trying to test unity8.  I doubt anyone that is running "./run.sh -f" really needs to be reminded that they are testing it. 
Approved by: Michael Zanetti

Show diffs side-by-side

added added

removed removed

Lines of Context:
794
794
        }
795
795
    }
796
796
 
797
 
    Label {
798
 
        id: alphaDisclaimerLabel
799
 
        anchors.centerIn: parent
800
 
        visible: ApplicationManager.fake ? ApplicationManager.fake : false
801
 
        z: dialogs.z + 10
802
 
        text: "EARLY ALPHA\nNOT READY FOR USE"
803
 
        color: "lightgrey"
804
 
        opacity: 0.2
805
 
        font.weight: Font.Black
806
 
        horizontalAlignment: Text.AlignHCenter
807
 
        verticalAlignment: Text.AlignVCenter
808
 
        fontSizeMode: Text.Fit
809
 
        rotation: -45
810
 
        scale: Math.min(parent.width, parent.height) / width
811
 
    }
812
 
 
813
797
    EdgeDemo {
814
798
        id: edgeDemo
815
799
        objectName: "edgeDemo"
816
 
        z: alphaDisclaimerLabel.z + 10
 
800
        z: dialogs.z + 10
817
801
        paused: Powerd.status === Powerd.Off // Saves power
818
802
        greeter: greeter
819
803
        launcher: launcher