Skip to content

Commit

Permalink
Remove extra vertical spacing between the header view and the library…
Browse files Browse the repository at this point in the history
…/preview/property.
  • Loading branch information
tronical committed Jul 15, 2024
1 parent 588ee3e commit a4ce75d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/lsp/ui/main.slint
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ export component PreviewUi inherits Window {
}
if Api.show-preview-ui: Rectangle {
VerticalLayout {
spacing: EditorSpaceSettings.default-spacing;

header-view := HeaderView {
edit-mode <=> Api.design-mode;
current-style <=> Api.current-style;
Expand Down

0 comments on commit a4ce75d

Please sign in to comment.