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

« back to all changes in this revision

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

  • Committer: Marco Trevisan (Treviño)
  • Date: 2016-10-27 12:09:13 UTC
  • mfrom: (146.4.55 touch+pointer-styles)
  • mto: This revision was merged to the branch mainline in revision 170.
  • Revision ID: mail@3v1n0.net-20161027120913-sfym6gssdrzqvlos
Merged touch+pointer-styles into new-calendar-design.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
    property real _animationDuration: UbuntuAnimation.FastDuration
41
41
 
42
42
    menuHeight: layout.height
43
 
    clip: heightAnimation.running
 
43
    clip: leadingActions || trailingActions || heightAnimation.running
44
44
 
45
45
    Column {
46
46
        id: layout