mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-27 08:55:22 -04:00
remove spacers from secondary nav buttons
This commit is contained in:
parent
bdcae7c5c1
commit
f2077d80cd
1 changed files with 1 additions and 2 deletions
|
@ -322,8 +322,7 @@ public class MainView extends InitializableView<StackPane, MainViewModel> {
|
||||||
}};
|
}};
|
||||||
navPane.setAlignment(Pos.CENTER);
|
navPane.setAlignment(Pos.CENTER);
|
||||||
|
|
||||||
HBox secondaryNav = new HBox(supportButtonWithBadge, getNavigationSpacer(), accountButton,
|
HBox secondaryNav = new HBox(supportButtonWithBadge, accountButton, settingsButtonWithBadge);
|
||||||
getNavigationSpacer(), settingsButtonWithBadge, getNavigationSpacer());
|
|
||||||
secondaryNav.getStyleClass().add("nav-secondary");
|
secondaryNav.getStyleClass().add("nav-secondary");
|
||||||
secondaryNav.setAlignment(Pos.CENTER_RIGHT); // TODO: check for LTR language
|
secondaryNav.setAlignment(Pos.CENTER_RIGHT); // TODO: check for LTR language
|
||||||
secondaryNav.setMouseTransparent(false);
|
secondaryNav.setMouseTransparent(false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue