mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-24 12:46:45 +00:00
shorten labels for linux
This commit is contained in:
parent
9a4eb22396
commit
685fef6b76
1 changed files with 2 additions and 2 deletions
|
@ -83,10 +83,10 @@
|
||||||
</HBox>
|
</HBox>
|
||||||
<Form GridPane.columnIndex="0" GridPane.rowIndex="2">
|
<Form GridPane.columnIndex="0" GridPane.rowIndex="2">
|
||||||
<Fieldset inputGrow="SOMETIMES">
|
<Fieldset inputGrow="SOMETIMES">
|
||||||
<Field fx:id="targetBlocksField" text="Block target">
|
<Field fx:id="targetBlocksField" text="Blocks:">
|
||||||
<Slider fx:id="targetBlocks" snapToTicks="true" showTickLabels="true" showTickMarks="true" />
|
<Slider fx:id="targetBlocks" snapToTicks="true" showTickLabels="true" showTickMarks="true" />
|
||||||
</Field>
|
</Field>
|
||||||
<Field fx:id="feeRangeField" text="Rate Range:">
|
<Field fx:id="feeRangeField" text="Range:">
|
||||||
<Slider fx:id="feeRange" snapToTicks="false" showTickLabels="true" showTickMarks="true" />
|
<Slider fx:id="feeRange" snapToTicks="false" showTickLabels="true" showTickMarks="true" />
|
||||||
</Field>
|
</Field>
|
||||||
<Field fx:id="feeRateField" text="Rate:">
|
<Field fx:id="feeRateField" text="Rate:">
|
||||||
|
|
Loading…
Reference in a new issue