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);
|
||||
|
||||
HBox secondaryNav = new HBox(supportButtonWithBadge, getNavigationSpacer(), accountButton,
|
||||
getNavigationSpacer(), settingsButtonWithBadge, getNavigationSpacer());
|
||||
HBox secondaryNav = new HBox(supportButtonWithBadge, accountButton, settingsButtonWithBadge);
|
||||
secondaryNav.getStyleClass().add("nav-secondary");
|
||||
secondaryNav.setAlignment(Pos.CENTER_RIGHT); // TODO: check for LTR language
|
||||
secondaryNav.setMouseTransparent(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue