Switch Revert button and input element position

This commit is contained in:
Henrik Giesel 2021-06-05 14:35:02 +02:00
parent 67e0b67d17
commit 4d7bdbce1f
4 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@
</WithTooltip>
</Col>
<Col {breakpoint} size={5}>
<EnumSelector bind:value {choices} />
<RevertButton bind:value {defaultValue} />
<EnumSelector bind:value {choices} />
</Col>
</Row>

View File

@ -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>

View File

@ -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>

View File

@ -25,7 +25,7 @@
</WithTooltip>
</Col>
<Col size={5}>
<StepsInput bind:value />
<RevertButton bind:value {defaultValue} />
<StepsInput bind:value />
</Col>
</Row>