mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-18 14:55:53 -04:00
Make amount tx field selectable
This commit is contained in:
parent
30c0ade5f9
commit
dca19708b6
@ -39,7 +39,7 @@
|
||||
</Label>
|
||||
<TextField fx:id="feeTextField"
|
||||
GridPane.columnIndex="1"
|
||||
GridPane.rowIndex="0" mouseTransparent="true" editable="false" focusTraversable="false">
|
||||
GridPane.rowIndex="0" editable="false" focusTraversable="false">
|
||||
<GridPane.margin>
|
||||
<Insets top="10.0"/>
|
||||
</GridPane.margin>
|
||||
|
@ -151,7 +151,7 @@
|
||||
</HBox>
|
||||
<TextField fx:id="totalToPayTextField" promptText="%createOffer.fundsBox.totalsNeeded.prompt"
|
||||
GridPane.columnIndex="1" GridPane.rowIndex="4"
|
||||
mouseTransparent="true" editable="false" focusTraversable="false" visible="false">
|
||||
editable="false" focusTraversable="false" visible="false">
|
||||
<GridPane.margin>
|
||||
<Insets top="10.0"/>
|
||||
</GridPane.margin>
|
||||
|
@ -143,7 +143,7 @@
|
||||
</GridPane.margin>
|
||||
</HBox>
|
||||
<TextField fx:id="totalToPayTextField" promptText="%takeOffer.fundsBox.totalsNeeded.prompt"
|
||||
GridPane.columnIndex="1" GridPane.rowIndex="4" mouseTransparent="true" editable="false"
|
||||
GridPane.columnIndex="1" GridPane.rowIndex="4" editable="false"
|
||||
focusTraversable="false" visible="false">
|
||||
<GridPane.margin>
|
||||
<Insets top="10.0"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user