Fix auth handshake, add missing img

This commit is contained in:
Manfred Karrer 2015-11-09 23:34:47 +01:00
parent d666c6cd3b
commit 7c4bf8680b
11 changed files with 30 additions and 25 deletions

View file

@ -74,8 +74,8 @@
</GridPane.margin>
</TextField>
<Label text="Authenticated peers:" GridPane.rowIndex="5"/>
<TextArea fx:id="authenticatedPeersTextArea" GridPane.rowIndex="7" GridPane.columnIndex="1"
<Label text="Authenticated peers:" GridPane.rowIndex="4"/>
<TextArea fx:id="authenticatedPeersTextArea" GridPane.rowIndex="4" GridPane.columnIndex="1"
mouseTransparent="true" focusTraversable="false"/>
<columnConstraints>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB