Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add missing css rule to hierarchy panel #775

Merged
merged 2 commits into from
Oct 29, 2024

Conversation

jperedadnr
Copy link
Collaborator

Issue

Fixes #773

The hierarchy panel (a StackPane) needs to set the padding to 0 as well, otherwise, when using Scene Builder Kit from an external application, modena default padding:

.titled-pane > .content > StackPane,
...
.titled-pane > .content > VBox {
    -fx-padding: 0.8em;
}

is set for the pane.
image

Progress

@jperedadnr jperedadnr merged commit 702b7d4 into gluonhq:master Oct 29, 2024
3 checks passed
@jperedadnr jperedadnr deleted the 773-hierarchycss branch October 29, 2024 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CSS issues embedding Scene Builder Kit
4 participants