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