~nick-dedekind/ubuntu-ui-toolkit/menus.ui

« back to all changes in this revision

Viewing changes to src/Ubuntu/Components/ListItems/1.3/ThinDivider.qml

  • Committer: Nick Dedekind
  • Date: 2016-08-25 14:43:02 UTC
  • Revision ID: nick.dedekind@canonical.com-20160825144302-9gzc6c8y0ne0f9j7
menusĀ ui

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
        left: (parent) ? parent.left : null
51
51
        right: (parent) ? parent.right : null
52
52
    }
53
 
    height: (visible) ? units.dp(2) : 0
 
53
    implicitHeight: (visible) ? units.dp(2) : 0
54
54
    // a private property to catch theme background color change
55
55
    // use private property instead of embedding it into a QtObject to avoid further
56
56
    // performance decrease