mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-22 22:04:22 -04:00
code cleanup
This commit is contained in:
parent
eae0b250a0
commit
6a132b2daf
2 changed files with 1 additions and 2 deletions
|
@ -622,7 +622,7 @@ public class MainView extends InitializableView<StackPane, MainViewModel> {
|
|||
splashP2PNetworkIcon.setFitHeight(networkIconSize);
|
||||
splashP2PNetworkIcon.setVisible(false);
|
||||
splashP2PNetworkIcon.setManaged(false);
|
||||
HBox.setMargin(splashP2PNetworkIcon, new Insets(0, 0,0, 0));
|
||||
HBox.setMargin(splashP2PNetworkIcon, new Insets(0, 0, 0, 0));
|
||||
splashP2PNetworkIcon.setOnMouseClicked(e -> {
|
||||
torNetworkSettingsWindow.show();
|
||||
});
|
||||
|
|
|
@ -978,7 +978,6 @@ public class PendingTradesView extends ActivatableViewAndModel<VBox, PendingTrad
|
|||
|
||||
HBox hBox = new HBox();
|
||||
hBox.setSpacing(0);
|
||||
//hBox.setAlignment(Pos.CENTER); // so spacing is consistent with column to the left
|
||||
hBox.getChildren().addAll(warnIconButton, trashIconButton);
|
||||
setGraphic(hBox);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue