move button??
#1
Hi @ all,

in DialogVideoInfo i have this:

Code:
        <control type="grouplist" id="9000">
            <include>Objects_FSInfoMenu</include>
            <animation effect="slide" start="0,27" end="0,27" time="0" condition="true">Conditional</animation>

            <control type="button" id="8">
            <label>31411</label>
            <include>Objects_FSInfoButton</include>
            </control>

            <control type="button" id="6">
            <label>31410</label>
            <include>Objects_FSInfoButton</include>
            <visible>!Skin.HasSetting(kiosk)</visible>            
            </control>

            <control type="button" id="10">
            <label>31418</label>
            <include>Objects_FSInfoButton</include>
            <visible>!Skin.HasSetting(kiosk)</visible>
            </control>

            <control type="button" id="12">
            <label>31412</label>
            <include>Objects_FSInfoButton</include>
            <visible>!Skin.HasSetting(kiosk)</visible>            
            </control>
            
            <control type="button" id="11">
            <label>31409</label>
            <include>Objects_FSInfoButton</include>
            </control>
        </control>

Is it possible (if yes how) to move only the content of button 10 to the right so my text fitsHuh i hope someone understand my question.

Thanks in advance

Schenk
Reply
#2
The width is pulled from Objects_FSInfoButton, but you can overwrite it by adding your own <width> tag and playing with the numbers
Reply
#3
Leeuw Wrote:The width is pulled from Objects_FSInfoButton, but you can overwrite it by adding your own <width> tag and playing with the numbers

Thanks for answering ! Did i get it right here, that the width here is for the whole line of buttons?? is there a way to make only one button to the right for example?

Cheers

Schenk
Reply

Logout Mark Read Team Forum Stats Members Help
move button??0