![]() |
[question] Using "rotated" option in qml file...
Hi.
Maybe someone can explain me what the problem and why option "rotated" using only last parameter... For example I wanted to use it in spacing block, like this: Code:
Item { Can someone explain me what the problem here? The whole code is here: http://pastebin.com/YsyP6j6A Thanks |
Re: [question] Using "rotated" option in qml file...
Hey Schturman, I won't pretend to know quite what you're asking, but from playing with other files, I have noted that changing Large for Small where " < Screen.Large ? Theme.padding" is written has an effect. ...or maybe change to Screen.Medium instead of .Small........as you know, I tinker!, so above suggestions may not help at all!
|
Re: [question] Using "rotated" option in qml file...
Quote:
|
Re: [question] Using "rotated" option in qml file...
use page.isPortrait instead. Lipstick.compositor is working only inside Lipstick compositor windows (homescreen) :)
|
Re: [question] Using "rotated" option in qml file...
Quote:
Code:
Item { |
Re: [question] Using "rotated" option in qml file...
seems so, try yourself and check :)
|
Re: [question] Using "rotated" option in qml file...
Quote:
|
Re: [question] Using "rotated" option in qml file...
coderus, it work perfectly. I learned something new :)
Thank you very much. |
Re: [question] Using "rotated" option in qml file...
well, you can always start learning a normal way: https://sailfishos.org/develop/docs/...lica-all.html/
|
Re: [question] Using "rotated" option in qml file...
Quote:
Code:
Column { Code:
height: mycolumn.isPortrait ? Theme.paddingLarge*9 : -Theme.paddingLarge Can you suggest something ? Thanks |
All times are GMT. The time now is 21:56. |
vBulletin® Version 3.8.8