优化 SettingsPage 内边距 (#5077)

This commit is contained in:
neveler
2025-12-26 21:06:46 +08:00
committed by GitHub
parent 830d9a05e7
commit 078c2ad98b

View File

@@ -88,7 +88,7 @@ public final class SettingsPage extends ScrollPane {
this.setFitToWidth(true);
VBox rootPane = new VBox();
rootPane.setPadding(new Insets(32, 10, 32, 10));
rootPane.setPadding(new Insets(10));
this.setContent(rootPane);
FXUtils.smoothScrolling(this);