Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix tapping messages, fix pressandhold/doubletap on touch #1022

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maltee1
Copy link
Contributor

@maltee1 maltee1 commented Mar 28, 2022

just wait for me to test this on my phone

@maltee1
Copy link
Contributor Author

maltee1 commented Mar 28, 2022

first commit works, I should probably also test the second one

@deepbluev7
Copy link
Member

can you rebase this on master?

@maltee1
Copy link
Contributor Author

maltee1 commented Mar 31, 2022

like that?

@deepbluev7
Copy link
Member

mhm, no, differently :D

You rebased master on your commit instead >.<

@deepbluev7
Copy link
Member

(fixed it)

@deepbluev7
Copy link
Member

Have you tested it now?

@@ -82,6 +82,7 @@ Item {
id: row

property var model
property int buttonSize: Settings.mobileMode? 22 : 16
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

before they should have been implicitly dependent on whatever is bigger, font size or button size. Can you maybe make this Math.max(fontMetrics.lineHeight, 16) * 1.5 or so?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants