-
Notifications
You must be signed in to change notification settings - Fork 51
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
feat: improve LSP settings UI #970
feat: improve LSP settings UI #970
Conversation
Signed-off-by: Fred Bricon <[email protected]>
@fbricon, @angelozerr: I'm fixing the vertical gap and the missing indentation for the controls. If you want to use a group with a title, all controls below it have to be indented, not just the comment like it is in this PR. |
@fbricon, @angelozerr: please review |
Signed-off-by: Andre Dietisheim <[email protected]>
044af2d
to
1fa7111
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
LGTM.
Added a commit that removes the vertical gap and adds an indent to the widgets in the titled group.
@adietish thanks! |
Fixes #861
However I spent an unreasonable amount of time trying to fix the wide margin between the title and the comment, but no dice. Still looks better than before (#861) so I gave up.
Signed-off-by: Fred Bricon [email protected]