From f7f31c55cb3b126d530fd18b0de2b34be9edfca0 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 4 Oct 2017 12:35:33 -0700 Subject: QML UI: hide all buttons when keyboard is visible This extends the hack in commit 2e057bc29a ("QML UI: hide action button when keyboard is visible") to the left and right button as well. Signed-off-by: Dirk Hohndel --- scripts/mobilecomponents.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh index 487c55d4c..04f2a2c6b 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -73,6 +73,8 @@ cp $BREEZE/icons/actions/22/handle-right.svg $MC/icons 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 +sed -i -e "s/visible: root.leftAction/visible: root.leftAction \&\& \!Qt.inputMethod.visible/g" src/controls/private/ActionButton.qml +sed -i -e "s/visible: root.rightAction/visible: root.rightAction \&\& \!Qt.inputMethod.visible/g" src/controls/private/ActionButton.qml popd echo org.kde.plasma.kirigami synced from upstream -- cgit v1.2.3-70-g09d2