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

Expand-properties #6738

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Expand-properties #6738

wants to merge 3 commits into from

Conversation

szecket
Copy link
Member

@szecket szecket commented Nov 7, 2024

converted all property val blocks to widgets for next step and legibility

@szecket szecket requested a review from hunger November 7, 2024 18:38
@hunger hunger mentioned this pull request Nov 8, 2024
@hunger
Copy link
Member

hunger commented Nov 8, 2024

The commit messages are not helpful :-/

I guess it's fine if you squash the commits later: In this case the description of the PR will be used. Otherwise we will have "it hurts" in our history forever -- which does not explain anything about the change that is contained in that patch.

@hunger
Copy link
Member

hunger commented Nov 8, 2024

Please remove the last change in this set ("It hurts"). It just adds a blank line, that should really not be necessary ;-)


NameLabel {
property-information: property;
element-information: root.element-information;
}

spacing: EditorSpaceSettings.default-spacing;
padding-bottom: EditorSpaceSettings.default-spacing;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally this would not be mixed in between Elements but be at the top of the block with all other properties.

Just a nit-pick :-)

@@ -196,7 +196,52 @@ component FloatWidget inherits VerticalLayout {
}
}
}
component StringWidget inherits VerticalLayout {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you format this properly? The indentation is off in places.

@szecket
Copy link
Member Author

szecket commented Nov 8, 2024 via email

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.

2 participants