JanneEdelman / the-emoji-keyboard

The Emoji Keyboard for Jolla mobile
Apache License 2.0
3 stars 0 forks source link

Not scaling for resolutions #18

Open a-dekker opened 7 years ago

a-dekker commented 7 years ago

The lower row does only scale for the jolla 1 resolution. A simple replacement of: property real widthCorrection: keyboard.width / (portraitMode ? 540 : 960) to property real widthCorrection: keyboard.width / (portraitMode ? Screen.width : Screen.height) in EmojiGeometry.qml fixed it for me. I took the liberty to put a new version on openrepos in my own repo. In case you provide an update I will remove mine of course.

JanneEdelman commented 7 years ago

That's fine. I'll rather let someone else maintain this if you still find it useful. I do not have Sailfish anywhere except in my "museum" and I do not have time to maintain these packages anymore.

a-dekker commented 7 years ago

That's a pity to hear, your work is much appreciated as you can see on the number of stars in openrepos. Where are the official sources and build files anyway, I can't find them in this repo?

a-dekker commented 7 years ago

Don't bother with those files, I created the build files myself. They are placed in https://github.com/a-dekker/the-emoji-keyboard