~ci-train-bot/ubuntu-settings-components/ubuntu-settings-components-ubuntu-yakkety-landing-078

« back to all changes in this revision

Viewing changes to Ubuntu/Settings/Components/Calendar.qml

  • Committer: Nick Dedekind
  • Date: 2014-07-29 15:05:53 UTC
  • mto: This revision was merged to the branch mainline in revision 78.
  • Revision ID: nicholas.dedekind@gmail.com-20140729150553-tqmvzd5u4kyw7yg4
more visual tweaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
204
204
 
205
205
                    // Styling properties
206
206
                    property color color: Theme.palette.selected.backgroundText
207
 
                    property color todayColor: "#DD4814"
 
207
                    property color todayColor: Theme.palette.selected.foreground
208
208
                    property string fontSize: "large"
209
209
                    property var backgroundColor: "transparent" // FIXME use color instead var when Qt will fix the bug with the binding (loses alpha)
210
210
                    property var sundayBackgroundColor: "#19AEA79F" // FIXME use color instead var when Qt will fix the bug with the binding (loses alpha)