~mterry/unity8/less-ubuntucolors

« back to all changes in this revision

Viewing changes to qml/Components/PanelState/PanelState.qml

  • Committer: Michael Zanetti
  • Date: 2016-05-02 08:15:14 UTC
  • mfrom: (2325.1.50 unity8)
  • Revision ID: michael.zanetti@canonical.com-20160502081514-9cnbi0v1sqjkhym4
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
    property string title: ""
24
24
    property bool buttonsVisible: false
 
25
    property bool closeButtonShown: true
25
26
    property bool dropShadow: false
26
 
    property int panelHeight: units.gu(3)
 
27
    property int panelHeight: 0
27
28
 
28
29
    signal close()
29
30
    signal minimize()