~mterry/unity8/notify-authenticated

« back to all changes in this revision

Viewing changes to qml/Dash/GenericScopeView.qml

  • Committer: Michael Terry
  • Date: 2014-08-21 12:53:29 UTC
  • mfrom: (1161.1.23 unity8)
  • Revision ID: michael.terry@canonical.com-20140821125329-8c14utjip4id3e7m
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
365
365
                    }
366
366
                    fontSize: "small"
367
367
                    font.weight: Font.Bold
368
 
                    color: scopeStyle ? scopeStyle.foreground : "grey"
 
368
                    color: scopeStyle ? scopeStyle.foreground : Theme.palette.normal.baseText
369
369
                    visible: baseItem.expandable && !baseItem.headerLink
370
370
                }
371
371
            }
403
403
            width: categoryView.width
404
404
            height: section != "" ? units.gu(5) : 0
405
405
            text: section
406
 
            color: scopeStyle ? scopeStyle.foreground : "grey"
 
406
            color: scopeStyle ? scopeStyle.foreground : Theme.palette.normal.baseText
407
407
            iconName: delegate && delegate.headerLink ? "go-next" : ""
408
408
            onClicked: {
409
409
                if (delegate.headerLink) scopeView.scope.performQuery(delegate.headerLink);