mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Switch Revert button and input element position
This commit is contained in:
parent
67e0b67d17
commit
4d7bdbce1f
4 changed files with 4 additions and 4 deletions
|
@ -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 a new issue