~ahayzen/music-app/use-scrollview

« back to all changes in this revision

Viewing changes to app/components/Style.qml

  • Committer: Andrew Hayzen
  • Date: 2016-03-28 09:50:01 UTC
  • mfrom: (963.1.34 music-app)
  • mto: This revision was merged to the branch mainline in revision 967.
  • Revision ID: ahayzen@gmail.com-20160328095001-j6b33l2pbl4pgepe
* Merge of trunk
* Fixes for SongView to use PageHeader instead of PageHeadState

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    property QtObject dialog: QtObject {
49
49
        property color confirmButtonColor: UbuntuColors.green;
50
50
        property color confirmRemoveButtonColor: UbuntuColors.red;
51
 
        property color cancelButtonColor: UbuntuColors.coolGrey;
52
 
        property color normalTextFieldColor: common.white
 
51
        property color cancelButtonColor: UbuntuColors.jet;
 
52
        property color normalTextFieldColor: common.white;
53
53
    }
54
54
 
55
55
    property QtObject libraryEmpty: QtObject {