Beta Amber for Leia with Skinshortcuts
(2019-06-14, 03:13)bsoriano Wrote: @edjalmo , no, when the icon is bigger it will not push the rest of the ratings.  I don't know how to do it in a responsive way in a skin, but that just might be lack of design knowledge on my part.
I did a little research in Skinning Manual and found this
Quote:6.1.2 Auto size labels
Wrapping your label in a grouplist with the auto width and appropriate minium and maximum values. Allows the labels width to dynamically change relevalant to how long the label text is. This allows a image or other control to be alligned to the right of the actual label text no matter how wide the label is.
<width min="29" max="200">auto</width>
This is an example of image positioning
Quote:6.4.1 Example
<control type="image" id="1">
     <description>My first image control</description>
     <left>80</left>
     <top>60</top>
     <width>250</width>
     <height>200</height>
     <visible>true</visible>
     <colordiffuse>FFFFFFFF</colordiffuse>
     <fadetime>200</fadetime>
     <texture border="5" flipy="true" flipx="false">mytexture.png</texture>
     <bordertexture border="5">mybordertexture.png</bordertexture>
     <bordersize>5</bordersize>
     <aspectratio>keep</aspectratio>
</control>
The command you use to creat this space is <itemgap>8</itemgap>, right?
So, if you put <itemgap>0</itemgap> and change one of this other parameters (left, top, width, height... I don't know which) in auto will not solve this?
Supercalifragilisticexpialidocious! (inscribed in large friendly letters)
My hardware is a Raspberry Pi 3b (with LibreELEC)


Messages In This Thread
RE: Amber for Leia with Skinshortcuts - by edjalmo - 2019-06-14, 13:59
Logout Mark Read Team Forum Stats Members Help
Amber for Leia with Skinshortcuts1