mirror of
https://github.com/hbomb79/Titanium.git
synced 2025-01-22 17:32:06 -05:00
Re-aligned 'text' example page buttons
This commit is contained in:
parent
d4b0e3e6c7
commit
a8f0f8bc1f
1 changed files with 2 additions and 3 deletions
|
@ -87,9 +87,8 @@
|
|||
<Page id="text" xScrollAllowed="false">
|
||||
<EditableTextContainer X=2 Y=2 width="$parent.width - 2" height="$parent.height - 4" horizontalAlign="right" colour="256" focusedColour="white" backgroundColour="grey"/>
|
||||
|
||||
<Button class="page_change" text="Back" X=15 Y=18 width=6 targetPage="console"/>
|
||||
<Button class="page_change" text="Home" X=23 Y=18 width=6 targetPage="main"/>
|
||||
<Button class="page_change" text="Next" X=31 Y=18 width=6 targetPage="windows"/>
|
||||
<Button class="page_change" text="Back" X=18 Y=18 width=6 targetPage="console"/>
|
||||
<Button class="page_change" text="Home" X=26 Y=18 width=6 targetPage="main"/>
|
||||
</Page>
|
||||
|
||||
<Page id="windows" xScrollAllowed="false" position=1>
|
||||
|
|
Loading…
Reference in a new issue