![]() |
2016-06-23
, 13:13
|
|
Posts: 433 |
Thanked: 727 times |
Joined on Oct 2012
@ Costa Blanca, España
|
#2
|
The Following User Says Thank You to Markkyboy For This Useful Post: | ||
![]() |
2016-06-23
, 13:35
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#3
|
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!
![]() |
2016-06-23
, 13:37
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#4
|
![]() |
2016-06-23
, 13:59
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#5
|
use page.isPortrait instead. Lipstick.compositor is working only inside Lipstick compositor windows (homescreen)
Item { width: parent.width height: Screen.sizeCategory < Screen.Large ? Theme.paddingLarge*6 : (page.isPortrait ? Theme.paddingLarge*6 : Theme.paddingLarge*18) }
![]() |
2016-06-23
, 14:30
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#7
|
![]() |
2016-06-23
, 16:44
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#8
|
The Following User Says Thank You to Schturman For This Useful Post: | ||
![]() |
2016-06-23
, 17:02
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#9
|
The Following 3 Users Say Thank You to coderus For This Useful Post: | ||
![]() |
2016-06-24
, 18:14
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#10
|
well, you can always start learning a normal way: https://sailfishos.org/develop/docs/...lica-all.html/
Column { id: mycolumn
height: mycolumn.isPortrait ? Theme.paddingLarge*9 : -Theme.paddingLarge
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:
Can someone explain me what the problem here?
The whole code is here: http://pastebin.com/YsyP6j6A
Thanks
Lausanne & Lyon de descente...
----------------
Schturman's home page
Schturman's repo on openrepos
RPM packaging directly on your Jolla phone.
Root & User SSH access to Jolla via WinSCP.
Root and User SSH access to Jolla via Nautilus on Linux PC.