-
Notifications
You must be signed in to change notification settings - Fork 600
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
base: master
Are you sure you want to change the base?
Expand-properties #6738
Conversation
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. |
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; |
There was a problem hiding this comment.
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 { |
There was a problem hiding this comment.
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.
Sorry. Literally what hurt was that commit message. I didn’t know how to create a PR other than when pushing so I added a blank line and pushed again…Sent from my iPhoneSent from my iPhoneOn Nov 8, 2024, at 6:43 AM, Tobias Hunger ***@***.***> wrote:
@hunger requested changes on this pull request.
In tools/lsp/ui/views/property-view.slint:
NameLabel {
property-information: property;
element-information: root.element-information;
}
- spacing: EditorSpaceSettings.default-spacing;
+ padding-bottom: EditorSpaceSettings.default-spacing;
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 :-)
In tools/lsp/ui/views/property-view.slint:
@@ -196,7 +196,52 @@ component FloatWidget inherits VerticalLayout {
}
}
}
+component StringWidget inherits VerticalLayout {
Can you format this properly? The indentation is off in places.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
converted all property val blocks to widgets for next step and legibility