mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-02 11:46:11 -04:00
Make amount tx field selectable
This commit is contained in:
parent
30c0ade5f9
commit
dca19708b6
3 changed files with 3 additions and 3 deletions
|
@ -39,7 +39,7 @@
|
||||||
</Label>
|
</Label>
|
||||||
<TextField fx:id="feeTextField"
|
<TextField fx:id="feeTextField"
|
||||||
GridPane.columnIndex="1"
|
GridPane.columnIndex="1"
|
||||||
GridPane.rowIndex="0" mouseTransparent="true" editable="false" focusTraversable="false">
|
GridPane.rowIndex="0" editable="false" focusTraversable="false">
|
||||||
<GridPane.margin>
|
<GridPane.margin>
|
||||||
<Insets top="10.0"/>
|
<Insets top="10.0"/>
|
||||||
</GridPane.margin>
|
</GridPane.margin>
|
||||||
|
|
|
@ -151,7 +151,7 @@
|
||||||
</HBox>
|
</HBox>
|
||||||
<TextField fx:id="totalToPayTextField" promptText="%createOffer.fundsBox.totalsNeeded.prompt"
|
<TextField fx:id="totalToPayTextField" promptText="%createOffer.fundsBox.totalsNeeded.prompt"
|
||||||
GridPane.columnIndex="1" GridPane.rowIndex="4"
|
GridPane.columnIndex="1" GridPane.rowIndex="4"
|
||||||
mouseTransparent="true" editable="false" focusTraversable="false" visible="false">
|
editable="false" focusTraversable="false" visible="false">
|
||||||
<GridPane.margin>
|
<GridPane.margin>
|
||||||
<Insets top="10.0"/>
|
<Insets top="10.0"/>
|
||||||
</GridPane.margin>
|
</GridPane.margin>
|
||||||
|
|
|
@ -143,7 +143,7 @@
|
||||||
</GridPane.margin>
|
</GridPane.margin>
|
||||||
</HBox>
|
</HBox>
|
||||||
<TextField fx:id="totalToPayTextField" promptText="%takeOffer.fundsBox.totalsNeeded.prompt"
|
<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">
|
focusTraversable="false" visible="false">
|
||||||
<GridPane.margin>
|
<GridPane.margin>
|
||||||
<Insets top="10.0"/>
|
<Insets top="10.0"/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue