~mterry/+junk/u8.2

« back to all changes in this revision

Viewing changes to qml/Panel/Indicators/IndicatorDelegate.qml

  • Committer: Michael Terry
  • Date: 2014-11-17 14:56:04 UTC
  • mfrom: (1317.1.118 unity8)
  • Revision ID: michael.terry@canonical.com-20141117145604-96dn9p5nwkifq2f4
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
import QtQuick 2.0
21
21
 
22
22
IndicatorBase {
23
 
    enabled: rootActionState.visible
24
 
    property string title: rootActionState.title
 
23
    readonly property bool indicatorVisible: rootActionState.indicatorVisible
 
24
    readonly property string title: rootActionState.title
25
25
}