~mterry/+junk/u8

« back to all changes in this revision

Viewing changes to qml/Dash/Previews/PreviewWidget.qml

  • Committer: Michael Zanetti
  • Date: 2016-11-30 13:28:07 UTC
  • mfrom: (2704 unity8)
  • mto: This revision was merged to the branch mainline in revision 2739.
  • Revision ID: michael.zanetti@canonical.com-20161130132807-c314dqdxenzwy69c
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    //! Should the orientation be locked
35
35
    property bool orientationLock: false
36
36
 
37
 
    //! Set margins width.
38
 
    property real widgetMargins: units.gu(1)
 
37
    //! Should it have margins when on a single columns?
 
38
    property bool singleColumnMarginless: false
39
39
 
40
40
    /// The parent (vertical) flickable this widget is in (if any)
41
41
    property var parentFlickable: null