~dandrader/unity8/multiSurfaceApp

« back to all changes in this revision

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

  • Committer: CI Train Bot
  • Author(s): Lukáš Tinkl
  • Date: 2015-11-26 13:50:27 UTC
  • mfrom: (2021.5.56 newWindowDecosAndPanel)
  • Revision ID: ci-train-bot@canonical.com-20151126135027-xdm36oa93o60ai97
Implement new visuals for panel and window decorations Fixes: #1493066, #1497095, #1511020
Approved by: Daniel d'Andrada

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
 
 
26
 
    property int panelHeight: 0
 
25
    property bool dropShadow: false
 
26
    property int panelHeight: units.gu(3)
27
27
 
28
28
    signal close()
29
29
    signal minimize()
30
30
    signal maximize()
 
31
    signal focusMaximizedApp()
31
32
}