~dubstar-04/design-app/trunk

« back to all changes in this revision

Viewing changes to Design/design/ui/Main.qml

  • Committer: dubstar-04
  • Date: 2016-07-13 21:09:55 UTC
  • Revision ID: s.d.wood.82@googlemail.com-20160713210955-0px8gbg4rvpxnxjt
Add new snap icons. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        id: settings
21
21
        category: "main-settings"
22
22
        property bool firstRun: true
 
23
        property color canvasBackgroundColour: "#000000"
 
24
        property color selectedItemsColour: "#00FF00"
 
25
        property color snapColour: "#FF0000"
23
26
 
24
27
    }
25
28