mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Shorten line length
This commit is contained in:
parent
5a16db8440
commit
636e20f1c6
@ -316,15 +316,17 @@ public class MainView extends InitializableView<StackPane, MainViewModel>
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
HBox primaryNav = new HBox(marketButton, getNavigationSeparator(), buyButton, getNavigationSeparator(),
|
HBox primaryNav = new HBox(marketButton, getNavigationSeparator(), buyButton,
|
||||||
sellButton, getNavigationSeparator(), portfolioButtonWithBadge, getNavigationSeparator(), fundsButton);
|
getNavigationSeparator(), sellButton, getNavigationSeparator(),
|
||||||
|
portfolioButtonWithBadge, getNavigationSeparator(), fundsButton);
|
||||||
|
|
||||||
primaryNav.setAlignment(Pos.CENTER);
|
primaryNav.setAlignment(Pos.CENTER);
|
||||||
primaryNav.getStyleClass().add("nav-primary");
|
primaryNav.getStyleClass().add("nav-primary");
|
||||||
HBox.setHgrow(primaryNav, Priority.SOMETIMES);
|
HBox.setHgrow(primaryNav, Priority.SOMETIMES);
|
||||||
|
|
||||||
HBox secondaryNav = new HBox(supportButtonWithBadge, getNavigationSeparator(), settingsButton,
|
HBox secondaryNav = new HBox(supportButtonWithBadge, getNavigationSeparator(),
|
||||||
getNavigationSeparator(), accountButtonWithBadge, getNavigationSeparator(), daoButtonWithBadge);
|
settingsButton, getNavigationSeparator(), accountButtonWithBadge,
|
||||||
|
getNavigationSeparator(), daoButtonWithBadge);
|
||||||
secondaryNav.getStyleClass().add("nav-secondary");
|
secondaryNav.getStyleClass().add("nav-secondary");
|
||||||
HBox.setHgrow(secondaryNav, Priority.SOMETIMES);
|
HBox.setHgrow(secondaryNav, Priority.SOMETIMES);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user