mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-20 02:12:00 +01:00
Reduce padding of action buttons in notification to prevent truncation
This commit is contained in:
parent
0ac911bbdf
commit
887249afe4
@ -295,7 +295,7 @@ bg color of non edit textFields: fafafa
|
||||
-fx-text-fill: -bs-rd-white;
|
||||
}
|
||||
|
||||
.compact-button, .table-cell .jfx-button {
|
||||
.compact-button, .table-cell .jfx-button, .action-button.compact-button {
|
||||
-fx-padding: 0 10 0 10;
|
||||
}
|
||||
|
||||
|
@ -198,6 +198,7 @@ public class Notification extends Overlay<Notification> {
|
||||
headlineIcon.setManaged(true);
|
||||
headlineIcon.setVisible(true);
|
||||
headlineIcon.setPadding(new Insets(1));
|
||||
actionButton.getStyleClass().add("compact-button");
|
||||
FormBuilder.getIconForLabel(AwesomeIcon.INFO_SIGN, headlineIcon, "1em");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user