~nskaggs/ubuntu-calendar-app/autopilot-title-label

« back to all changes in this revision

Viewing changes to TimeSeparator.qml

  • Committer: Tarmac
  • Author(s): Kunal Parmar
  • Date: 2013-06-10 13:18:36 UTC
  • mfrom: (33.2.13 ubuntu-calendar-app)
  • Revision ID: tarmac-20130610131836-wrhgfi0vqsldu1gv
Moved common code between DiaryView and TimeLineView to command EventViewBase QML.
Used state instead of property in EventViewBase.

Approved by Olivier Tilloy, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import QtQuick 2.0
 
2
 
 
3
Rectangle {
 
4
    id: separator
 
5
    height: units.gu(0.5)
 
6
    color: "#c94212"
 
7
}