mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-25 07:10:48 -04:00
increase max width of network info on startup
This commit is contained in:
parent
921d84fd08
commit
49a8af821e
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ public class MainView extends InitializableView<StackPane, MainViewModel> {
|
|||
// create P2PNetworkBox
|
||||
splashP2PNetworkLabel = new AutoTooltipLabel();
|
||||
splashP2PNetworkLabel.setWrapText(true);
|
||||
splashP2PNetworkLabel.setMaxWidth(500);
|
||||
splashP2PNetworkLabel.setMaxWidth(700);
|
||||
splashP2PNetworkLabel.setTextAlignment(TextAlignment.CENTER);
|
||||
splashP2PNetworkLabel.getStyleClass().add("sub-info");
|
||||
splashP2PNetworkLabel.textProperty().bind(model.getP2PNetworkInfo());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue