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

View file

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

View file

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