~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/BaseMenu.qml

  • Committer: Marco Trevisan (Treviño)
  • Date: 2016-10-27 11:23:24 UTC
  • mto: This revision was merged to the branch mainline in revision 171.
  • Revision ID: mail@3v1n0.net-20161027112324-9r7n75hxccy17bd6
OtherComponents: move RadioMenu components to a different location not to clash with calendar

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
    }
87
87
 
88
88
    leadingActions: removable ? removeAction : null
89
 
    clip: leadingActions || trailingActions
90
89
}