Commit 5ac6b611 authored by Liang Qi's avatar Liang Qi
Browse files

Merge remote-tracking branch 'origin/5.6' into 5.7

Change-Id: I74ff8fb7833b2814c2baa07c0b78b4ed8cddb920
Showing with 7 additions and 0 deletions
......@@ -229,6 +229,13 @@ Item {
onSoundEffectChanged: keyboard.soundEffect.register(soundEffect)
// QTBUG-54953, QTBUG-55773
// Avoid a row that was hidden taking up the entire height of the
// keyboard when it is made visible after the application has started.
// This value is low because keys can scale vertically, and setting e.g. 40
// pixels might be too high for a keyboard that doesn't have a lot of space.
implicitHeight: 1
Layout.minimumWidth: keyPanel.implicitWidth
Layout.minimumHeight: keyPanel.implicitHeight
Layout.preferredWidth: weight
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment