~vthompson/+junk/sort-etag

« back to all changes in this revision

Viewing changes to Style.qml

  • Committer: Andrew Hayzen
  • Date: 2014-10-22 16:03:45 UTC
  • mto: This revision was merged to the branch mainline in revision 692.
  • Revision ID: ahayzen@gmail.com-20141022160345-20p0s54gw6g4w5mz
* Move to using Qt.labs.settings and remove settings.js

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
        property color headerColor: "#57365E";
67
67
    }
68
68
 
69
 
    property QtObject musicSettings: QtObject {
70
 
        property color labelColor: UbuntuColors.coolGrey;
71
 
    }
72
 
 
73
69
    property QtObject nowPlaying: QtObject {
74
70
        property color backgroundColor: "#1d1d1d"
75
71
        property color foregroundColor: "#454545"