Increase sampler dialogs padding

This commit is contained in:
mkpaz 2023-06-17 15:47:12 +04:00
parent 2a670eb671
commit 90a74d8fd5
2 changed files with 3 additions and 3 deletions

@ -72,8 +72,8 @@
-fx-border-width: 1;
-fx-border-color: -color-border-default;
.card {
-fx-padding: 10px 20px 10px 20px;
>.card > VBox {
-fx-padding: 20px 10px 20px 10px;
}
}
}

@ -2,7 +2,7 @@
#scene-builder-wizard {
.screen {
-fx-padding: 10px 20px 10px 20px;
-fx-padding: 10px 0 10px 0;
-fx-spacing: 10px;
-fx-background-color: -color-bg-default;
}