mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-29 09:07:27 -04:00
tweak top nav spacing for smallest window
This commit is contained in:
parent
0cdca528ea
commit
1fd911da50
2 changed files with 2 additions and 2 deletions
|
@ -894,7 +894,7 @@ tree-table-view:focused {
|
|||
-fx-background-color: -bs-rd-nav-background;
|
||||
-fx-background-radius: 999;
|
||||
-fx-border-radius: 999;
|
||||
-fx-padding: 0 20 0 5;
|
||||
-fx-padding: 0 20 0 20;
|
||||
}
|
||||
|
||||
.nav-price-balance .separator:vertical .line {
|
||||
|
|
|
@ -319,7 +319,7 @@ public class MainView extends InitializableView<StackPane, MainViewModel> {
|
|||
priceAndBalance.setSpacing(12);
|
||||
priceAndBalance.getStyleClass().add("nav-price-balance");
|
||||
|
||||
HBox navPane = new HBox(primaryNav, getNavigationSpacer(), priceAndBalance) {{
|
||||
HBox navPane = new HBox(primaryNav, priceAndBalance) {{
|
||||
setLeftAnchor(this, 25d);
|
||||
setRightAnchor(this, 25d);
|
||||
setTopAnchor(this, 20d);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue