Skip to content

Commit

Permalink
Increase sampler dialogs padding
Browse files Browse the repository at this point in the history
  • Loading branch information
mkpaz committed Jun 17, 2023
1 parent 2a670eb commit 90a74d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 90a74d8

Please sign in to comment.