Re: [SailfishDevel] Change of positioning in QML

2017-10-15 Thread Christophe Chapuis
You have "width: beerglass.width * 2" which is a width in pixel. But Xperia has probably higher DPI, so the width isn't sufficient now. You'll have to specify more precisely which width you want here, or just let QML Label do the job for you. On Sun, Oct 15, 2017 at 1:36 PM, Vincent Knecht wrote:

Re: [SailfishDevel] Change of positioning in QML

2017-10-15 Thread Vincent Knecht
Le dimanche 15 octobre 2017 à 11:00 +0100, Chris Walker a écrit : > I have now added one of my own apps to my new Xperia and I've noticed > that the positioning of the items on a QML page has changed. Some of > them are being overwritten. > > Is this down to some change within the latest OS on Xpe

Re: [SailfishDevel] Change of positioning in QML

2017-10-15 Thread Chris Walker
On Sun, 15 Oct 2017 12:06:29 +0200 "J. Pablo" wrote: > Hello Chris, > > I didn't build your app or anything, but the code looks just great. > Could you provide some link with an screenshot? What are the elements > you are seeing moved? That could also help to sort this out. Link to a couple of

Re: [SailfishDevel] Change of positioning in QML

2017-10-15 Thread J. Pablo
Hello Chris, I didn't build your app or anything, but the code looks just great. Could you provide some link with an screenshot? What are the elements you are seeing moved? That could also help to sort this out. Cheers, Pablo. El domingo, 15 de octubre de 2017 12:00:42 (CEST) Chris Walker escr

[SailfishDevel] Change of positioning in QML

2017-10-15 Thread Chris Walker
I have now added one of my own apps to my new Xperia and I've noticed that the positioning of the items on a QML page has changed. Some of them are being overwritten. Is this down to some change within the latest OS on Xperia (my original Jolla phone is running 2.1.2.3) or my coding? The code is