~faenil/ubuntu-ui-toolkit/ContactsAdaptive_UIToolkit

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/1.3/TextInputPopover.qml

  • Committer: Andrea Bernabei
  • Date: 2015-07-10 12:31:38 UTC
  • mfrom: (1547.1.7 multiColumnView)
  • Revision ID: andrea.bernabei@canonical.com-20150710123138-txi5c9gpuo375qwj
merge multiColumnView branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
        popover.visible = false;
70
70
    }
71
71
 
72
 
    /*
73
 
      Force positioning so that the popover is positioned in the screen while
74
 
      the input is on the top of the screen
75
 
    */
76
 
    y: parent ? (parent.height - height) / 2 : 0
77
72
    autoClose: false
78
73
    contentHeight: row.childrenRect.height + padding * 2
79
74
    contentWidth: row.childrenRect.width + padding * 2