~lukas-kde/unity8/defaultKeymap

« back to all changes in this revision

Viewing changes to qml/Stage/WindowDecoration.qml

  • Committer: Lukáš Tinkl
  • Date: 2016-10-27 14:18:11 UTC
  • mfrom: (2608.1.62 unity8)
  • Revision ID: lukas.tinkl@canonical.com-20161027141811-99hkk5so3o1d1lqm
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
            onMaximizeClicked: root.maximizeClicked();
80
80
            onMaximizeHorizontallyClicked: if (root.target.canBeMaximizedHorizontally) root.maximizeHorizontallyClicked();
81
81
            onMaximizeVerticallyClicked: if (root.target.canBeMaximizedVertically) root.maximizeVerticallyClicked();
82
 
            closeButtonShown: root.target.application.appId !== "unity8-dash"
 
82
            closeButtonShown: root.target.appId !== "unity8-dash"
83
83
        }
84
84
 
85
85
        Label {