~ci-train-bot/ubuntu-settings-components/ubuntu-settings-components-ubuntu-zesty-2202

« back to all changes in this revision

Viewing changes to plugins/Ubuntu/Settings/Menus/CalendarMenu.qml

  • Committer: Bileto Bot
  • Date: 2016-11-16 18:52:43 UTC
  • mfrom: (146.4.57 touch+pointer-styles)
  • Revision ID: ci-train-bot@canonical.com-20161116185243-o399ryjh002umz1a
* Menus: add Pointer and Touch styles to be used depending on the user
  interaction with components
  Menu items now have a new Style property that defines some common properties
  such as shared colors and sizes that change depending on the UX journey. I'm
  only defining Pointer and TouchStyles for now, but they can be easily
  overridden in case.
  Removed some deprecated properties and adapted colors and sizes to new
  style.
* Bump package version as there's a new API for various components

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    property alias minimumDate: calendar.minimumDate
31
31
    property alias selectedDate: calendar.selectedDate
32
32
 
33
 
    implicitHeight: slotsLayout.height + (divider.visible ? divider.height : 0)
 
33
    menuHeight: slotsLayout.height
34
34
 
35
 
    SlotsLayout {
 
35
    StyledSlotsLayout {
36
36
        id: slotsLayout
37
37
        objectName: "calenderMenuSlotsLayout"
 
38
        style: menuStyle
38
39
 
39
40
        mainSlot: Column {
40
41
            id: column