Alignment Issue
#1
Question 
Can anyone tell me why the 3min in white (top right) is no longer aligned? It's this way with a few things in our settings menu.

I tried adjusting things in SettingsCategory.xml but nothing changed Sad

Also the volume text has seemed to gone missing. Any help with that would be great as well.

Image
Reply
#2
XBMCG33K Wrote:Can anyone tell me why the 3min in white (top right) is no longer aligned? It's this way with a few things in our settings menu.

check this thread:
http://forum.xbmc.org/showthread.php?tid=76404
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
Ah ok that's fixed, any idea on the volume labels disappearing?

Code:

Quote:<window id="104">
<include>OpenCloseAnimation</include>
<controls>
<control type="group">
<control type="image">
<description>Volume Back</description>
<posx>350r</posx>
<posy>0</posy>
<width>458</width>
<height>71</height>
<texture>overlays/volume/bg.png</texture>
</control>
<control type="progress" id="1">
<description>Progressbar</description>
<posx>1060</posx>
<posy>38</posy>
<width>196</width>
<height>16</height>
<info>Player.Volume</info>
<texturebg>overlays/volume/volume_back.png</texturebg>
<lefttexture>overlays/volume/left-progress.png</lefttexture>
<midtexture>overlays/volume/center-progress.png</midtexture>
<righttexture>overlays/volume/right-progress.png</righttexture>
<reveal>true</reveal>
</control>
<control type="label">
<description>Volume Label</description>
<posx>215r</posx>
<posy>10</posy>
<label>$LOCALIZE[31298]</label>
<font>Volume</font>
<textcolor>blue</textcolor>
<align>left</align>
<include>OpenCloseAnimation</include>
</control>
<control type="label">
<description>DB Label</description>
<posx>30r</posx>
<posy>10</posy>
<info>Player.Volume</info>
<font>Volume</font>
<textcolor>white</textcolor>
<align>right</align>
<include>OpenCloseAnimation</include>
</control>
</control>

<!-- Debug Info -->
<include>debug</include>

</controls>
</window>
Reply
#4
No width controls.
Reply
#5
It's never had them before? Are they required now?
Reply
#6
Must be.
Reply
#7
Yeah it seems so, they are visible now Smile Thanks man!
Reply
#8
No problem.

I think JM is away at the moment so I'm not sure when and why they were needed.
Reply
#9
Arc seems to remember something being said about it a while ago but we both missed it.
Reply

Logout Mark Read Team Forum Stats Members Help
Alignment Issue0