Increase col. width

This commit is contained in:
Manfred Karrer 2016-04-23 01:21:00 +02:00
parent 07f799ae41
commit 395b03f42f

View file

@ -74,7 +74,7 @@
<PropertyValueFactory property="onionAddress"/> <PropertyValueFactory property="onionAddress"/>
</cellValueFactory> </cellValueFactory>
</TableColumn> </TableColumn>
<TableColumn text="In/Out" fx:id="connectionTypeColumn" minWidth="70" maxWidth="80"> <TableColumn text="In/Out" fx:id="connectionTypeColumn" minWidth="80" maxWidth="90">
<cellValueFactory> <cellValueFactory>
<PropertyValueFactory property="connectionType"/> <PropertyValueFactory property="connectionType"/>
</cellValueFactory> </cellValueFactory>