Make amount tx field selectable

This commit is contained in:
Manfred Karrer 2014-11-21 20:07:31 +01:00
parent 30c0ade5f9
commit dca19708b6
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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"/>