Skip to content

Commit

Permalink
shorten labels for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
craigraw committed Apr 8, 2021
1 parent 9a4eb22 commit 685fef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/com/sparrowwallet/sparrow/wallet/send.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@
</HBox>
<Form GridPane.columnIndex="0" GridPane.rowIndex="2">
<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" />
</Field>
<Field fx:id="feeRangeField" text="Rate Range:">
<Field fx:id="feeRangeField" text="Range:">
<Slider fx:id="feeRange" snapToTicks="false" showTickLabels="true" showTickMarks="true" />
</Field>
<Field fx:id="feeRateField" text="Rate:">
Expand Down

0 comments on commit 685fef6

Please sign in to comment.