mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Mobile: make the action button wider
This makes it hard to fat finger the side buttons. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fd9e1d6a8a
commit
db6b70f600
1 changed files with 12 additions and 0 deletions
|
@ -201,3 +201,15 @@ diff -rwu ../kirigami/src/kirigamiplugin.cpp ./src/kirigamiplugin.cpp
|
|||
#endif
|
||||
|
||||
QUrl KirigamiPlugin::componentUrl(const QString &fileName) const
|
||||
diff -rwu ../kirigami/src/controls/private/ActionButton.qml ./src/controls/private/ActionButton.qml
|
||||
--- ../kirigami/src/controls/private/ActionButton.qml 2019-10-11 14:00:51.783839545 -0400
|
||||
+++ ./src/controls/private/ActionButton.qml 2019-10-27 17:12:04.339302719 -0400
|
||||
@@ -70,7 +70,7 @@
|
||||
|
||||
anchors.bottom: edgeMouseArea.bottom
|
||||
|
||||
- implicitWidth: implicitHeight + Units.iconSizes.smallMedium*2 + Units.gridUnit
|
||||
+ implicitWidth: implicitHeight + Units.iconSizes.smallMedium*4 + Units.gridUnit
|
||||
implicitHeight: Units.iconSizes.medium + Units.largeSpacing * 2
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue