mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-25 07:10:48 -04:00
center icons for trade with warning
This commit is contained in:
parent
bac515d5ca
commit
a04acb9d77
1 changed files with 0 additions and 2 deletions
|
@ -978,8 +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);
|
|
||||||
hBox.setTranslateX(7); // correlates with .compact-button, .table-cell .jfx-button, .action-button.compact-button
|
|
||||||
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