~jonas-drange/ubuntu-system-settings/fix-autopilot-tests

« back to all changes in this revision

Viewing changes to plugins/background/Components/HighlightedOverlay.qml

  • Committer: Jonas G. Drange
  • Date: 2016-09-26 20:08:29 UTC
  • mfrom: (1720.2.3 ubuntu-system-settings)
  • Revision ID: jonas.drange@canonical.com-20160926200829-c60g3mjf19b94v5o
sync with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
Rectangle {
25
25
    border.width: units.gu(1)
26
 
    border.color: theme.palette.selected.baseText
 
26
    border.color: theme.palette.normal.positionText
27
27
    width: parent.width + units.gu(2)
28
28
    height: parent.height + units.gu(2)
29
29
    anchors.centerIn: parent