优化 SettingsPage 内边距 (#5077)
This commit is contained in:
@@ -88,7 +88,7 @@ public final class SettingsPage extends ScrollPane {
|
|||||||
this.setFitToWidth(true);
|
this.setFitToWidth(true);
|
||||||
|
|
||||||
VBox rootPane = new VBox();
|
VBox rootPane = new VBox();
|
||||||
rootPane.setPadding(new Insets(32, 10, 32, 10));
|
rootPane.setPadding(new Insets(10));
|
||||||
this.setContent(rootPane);
|
this.setContent(rootPane);
|
||||||
FXUtils.smoothScrolling(this);
|
FXUtils.smoothScrolling(this);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user