mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-02 03:36:24 -04:00
fix cut off connection column in network info
This commit is contained in:
parent
7d5227c83c
commit
b243b50922
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
<PropertyValueFactory property="address"/>
|
||||
</cellValueFactory>
|
||||
</TableColumn>
|
||||
<TableColumn fx:id="moneroConnectionConnectedColumn" minWidth="80" maxWidth="90">
|
||||
<TableColumn fx:id="moneroConnectionConnectedColumn" minWidth="80" maxWidth="110">
|
||||
<cellValueFactory>
|
||||
<PropertyValueFactory property="connected"/>
|
||||
</cellValueFactory>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue