Skip to content

Commit

Permalink
Make i2p/tor port field bigger
Browse files Browse the repository at this point in the history
So that 5 numbers can show in them.
  • Loading branch information
zapek committed Nov 19, 2023
1 parent 061cffa commit 3f249ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/main/resources/view/settings/settings_networks.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<columnConstraints>
<ColumnConstraints hgrow="NEVER" minWidth="10.0"/>
<ColumnConstraints hgrow="SOMETIMES" maxWidth="1.7976931348623157E308" minWidth="40.0" prefWidth="50.0"/>
<ColumnConstraints hgrow="NEVER" minWidth="10.0" prefWidth="60.0"/>
<ColumnConstraints hgrow="NEVER" minWidth="10.0" prefWidth="65.0"/>
</columnConstraints>
<rowConstraints>
<RowConstraints vgrow="ALWAYS"/>
Expand Down

0 comments on commit 3f249ac

Please sign in to comment.