diff options
author | Joakim Bygdell <j.bygdell@gmail.com> | 2017-08-01 18:21:11 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-08-01 13:40:17 -0700 |
commit | 2e057bc29ad7a5182df64b7942b2b21a08600552 (patch) | |
tree | 2d935e7ec530a0dc3dcc9ab007bdb42675be9aa4 /scripts | |
parent | 5e0c2a7693752f914fb6935acf047e39d4938bc8 (diff) | |
download | subsurface-2e057bc29ad7a5182df64b7942b2b21a08600552.tar.gz |
QML UI: hide action button when keyboard is visible
Until we get some solution from upstream this patch to Kirigami hides the action button when the keyboard is visible.
Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mobilecomponents.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh index 15a6613d7..b48162a6f 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -72,6 +72,7 @@ cp $BREEZE/icons/actions/22/handle-right.svg $MC/icons # kirigami now needs the breeze-icons internally as well pushd $MC ln -s $SRC/$BREEZE . +sed -i -e "s/visible: root.action/visible: root.action \&\& \!Qt.inputMethod.visible/g" src/controls/private/ActionButton.qml popd echo org.kde.plasma.kirigami synced from upstream |