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