~faenil/ubuntu-ui-toolkit/listitemlayout_fixes_and_docs

« back to all changes in this revision

Viewing changes to src/Ubuntu/Components/Popups/1.3/Popover.qml

  • Committer: Andrea Bernabei
  • Date: 2016-01-20 13:47:23 UTC
  • mfrom: (1795.2.13 staging)
  • Revision ID: andrea.bernabei@canonical.com-20160120134723-hn6rkf4s3pie0wwp
merge staging

Show diffs side-by-side

added added

removed removed

Lines of Context:
227
227
                right: parent.right
228
228
            }
229
229
            height: childrenRect.height
 
230
 
 
231
            // put the PopupContext inside the container to save one step
 
232
            // in the context lookup
 
233
            PopupContext {
 
234
                id: popupContext
 
235
                objectName: popover.objectName + "PopupContext"
 
236
                active: foreground.visible
 
237
            }
230
238
        }
231
239
 
232
240
        onWidthChanged: internal.updatePosition()