~schwann/ubuntu-keyboard/keyboard-delete-words

« back to all changes in this revision

Viewing changes to qml/languages/Keyboard_en_url.qml

  • Committer: Tarmac
  • Author(s): Guenter Schwann
  • Date: 2013-10-08 08:51:20 UTC
  • mfrom: (61.1.1 keyboard-landscape-popup)
  • Revision ID: tarmac-20131008085120-pcliemnoaeakrjbq
Propagating mouse events does not work as expected when dragging
Going back to make the keyboard a child item of the swipe mouse area.
Fixes LP: #1236474. Fixes: https://bugs.launchpad.net/bugs/1236474.

Approved by PS Jenkins bot, Thomas Moenicke.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        Item {
78
78
            anchors.left: parent.left
79
79
            anchors.right: parent.right
80
 
            anchors.horizontalCenter: parent.horizontalCenter;
81
80
 
82
81
            height: panel.keyHeight;
83
82