~ubuntu-branches/debian/sid/plasma-desktop/sid

« back to all changes in this revision

Viewing changes to toolboxes/paneltoolbox/contents/ui/main.qml

  • Committer: Package Import Robot
  • Author(s): Scarlett Clark
  • Date: 2015-03-24 07:42:28 UTC
  • mfrom: (1.1.5) (0.1.11 vivid-proposed)
  • Revision ID: package-import@ubuntu.com-20150324074228-p3e4n74wu5j0afjk
Tags: 4:5.2.2-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
    MouseArea {
68
68
        id: mouseArea
69
69
        anchors.fill: parent
70
 
        hoverEnabled: true
 
70
        hoverEnabled: enabled
71
71
        enabled: !plasmoid.immutable
72
72
        onClicked: {
73
73
            main.Plasmoid.action("configure").trigger()