vector lines default state update
This commit is contained in:
parent
f0f7e42a32
commit
2474660947
@ -15,7 +15,7 @@
|
||||
<!-- heights: 45 x lines + 40 -->
|
||||
<Row class="description" color="#cfcfcf"/>
|
||||
|
||||
<Button class="optionToggle" image="option_on" rectAlignment="MiddleRight" offsetXY="-20 0" colors="#FFFFFF|#dfdfdf" height="108" width="225" ignoreLayout="True" fontSize="60"/>
|
||||
<Button class="optionToggle" rectAlignment="MiddleRight" offsetXY="-20 0" colors="#FFFFFF|#dfdfdf" height="108" width="225" ignoreLayout="True" fontSize="60"/>
|
||||
</Defaults>
|
||||
|
||||
<!-- Option window -->
|
||||
@ -32,7 +32,7 @@
|
||||
<Row class="option">
|
||||
<Cell>
|
||||
<Text class="h2">Import trauma</Text>
|
||||
<Button id="importTrauma" onClick="optionButtonClick(importTrauma)" class="optionToggle"/>
|
||||
<Button id="importTrauma" onClick="optionButtonClick(importTrauma)" class="optionToggle" image="option_on"/>
|
||||
</Cell>
|
||||
</Row>
|
||||
<Row class="description" preferredHeight="220">
|
||||
@ -45,7 +45,7 @@
|
||||
<Row class="option">
|
||||
<Cell>
|
||||
<Text class="h2">Tidy playermats</Text>
|
||||
<Button id="tidyPlayermats" onClick="optionButtonClick(tidyPlayermats)" class="optionToggle"/>
|
||||
<Button id="tidyPlayermats" onClick="optionButtonClick(tidyPlayermats)" class="optionToggle" image="option_on"/>
|
||||
</Cell>
|
||||
</Row>
|
||||
<Row class="description" preferredHeight="130">
|
||||
@ -58,7 +58,7 @@
|
||||
<Row class="option">
|
||||
<Cell>
|
||||
<Text class="h2">Remove drawn lines</Text>
|
||||
<Button id="removeDrawnLines" onClick="optionButtonClick(removeDrawnLines)" class="optionToggle"/>
|
||||
<Button id="removeDrawnLines" onClick="optionButtonClick(removeDrawnLines)" class="optionToggle" image="option_off"/>
|
||||
</Cell>
|
||||
</Row>
|
||||
<Row class="description" preferredHeight="85">
|
||||
|
Loading…
Reference in New Issue
Block a user