fix: padding around sponsor pane

This commit is contained in:
huanghongxun
2021-09-05 19:49:39 +08:00
parent 8a0faa72c1
commit 3a406744c2

View File

@@ -69,6 +69,7 @@ public abstract class SettingsView extends StackPane {
StackPane sponsorPane = new StackPane();
sponsorPane.setCursor(Cursor.HAND);
sponsorPane.setOnMouseClicked(e -> onSponsor());
sponsorPane.setPadding(new Insets(8, 0, 8, 0));
GridPane gridPane = new GridPane();