mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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>
This commit is contained in:
parent
5e0c2a7693
commit
2e057bc29a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue