added teal
This commit is contained in:
parent
8d732e7162
commit
aad215984d
@ -1,16 +1,16 @@
|
||||
<Defaults>
|
||||
<Panel rotation="0 0 180"></Panel>
|
||||
<ToggleButton class="optionButton" colors="#50e610|#f2d82e|#f2d82e" fontSize="45" isOn="0" textAlignment="MiddleLeft" padding="30 30 0 0"></ToggleButton>
|
||||
<ToggleButton class="optionButton" font="font_teutonic-arkham" color="#88e3cf" colors="#88e3cf|#4f8478|#4f8478" fontSize="65" isOn="0" textAlignment="MiddleLeft" padding="30 30 0 0"></ToggleButton>
|
||||
</Defaults>
|
||||
|
||||
<Panel id="Buttons" offsetXY="0 285">
|
||||
<TableLayout height="150" width="500" cellSpacing="10">
|
||||
<Row>
|
||||
<Cell columnSpan="3">
|
||||
<Button onClick="startReset" fontSize="80">Reset</Button>
|
||||
<Button onClick="startReset" colors="#88e3cf|#4f8478" font="font_teutonic-arkham" fontSize="110">Reset</Button>
|
||||
</Cell>
|
||||
<Cell>
|
||||
<ToggleButton onClick="toggleOptions" fontSize="55">☰</ToggleButton>
|
||||
<ToggleButton color="#88e3cf" onClick="toggleOptions" fontSize="60">☰</ToggleButton>
|
||||
</Cell>
|
||||
</Row>
|
||||
</TableLayout>
|
||||
|
Loading…
Reference in New Issue
Block a user