Switch Revert button and input element position
This commit is contained in:
parent
67e0b67d17
commit
4d7bdbce1f
@ -29,7 +29,7 @@
|
|||||||
</WithTooltip>
|
</WithTooltip>
|
||||||
</Col>
|
</Col>
|
||||||
<Col {breakpoint} size={5}>
|
<Col {breakpoint} size={5}>
|
||||||
<EnumSelector bind:value {choices} />
|
|
||||||
<RevertButton bind:value {defaultValue} />
|
<RevertButton bind:value {defaultValue} />
|
||||||
|
<EnumSelector bind:value {choices} />
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
</WithTooltip>
|
</WithTooltip>
|
||||||
</Col>
|
</Col>
|
||||||
<Col size={5}>
|
<Col size={5}>
|
||||||
<SpinBoxFloat bind:value {min} {max} />
|
|
||||||
<RevertButton bind:value {defaultValue} />
|
<RevertButton bind:value {defaultValue} />
|
||||||
|
<SpinBoxFloat bind:value {min} {max} />
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
</WithTooltip>
|
</WithTooltip>
|
||||||
</Col>
|
</Col>
|
||||||
<Col size={5}>
|
<Col size={5}>
|
||||||
<SpinBox bind:value {min} {max} />
|
|
||||||
<RevertButton bind:value {defaultValue} />
|
<RevertButton bind:value {defaultValue} />
|
||||||
|
<SpinBox bind:value {min} {max} />
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
</WithTooltip>
|
</WithTooltip>
|
||||||
</Col>
|
</Col>
|
||||||
<Col size={5}>
|
<Col size={5}>
|
||||||
<StepsInput bind:value />
|
|
||||||
<RevertButton bind:value {defaultValue} />
|
<RevertButton bind:value {defaultValue} />
|
||||||
|
<StepsInput bind:value />
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
|
Loading…
Reference in New Issue
Block a user