Skip to content

Commit 7e66df5

Browse files
authored
live-preview: match outline item edge to item (#9365)
1 parent 7c0b9b3 commit 7e66df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/lsp/ui/views/outline-view.slint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export component OutlineView inherits VerticalLayout {
139139

140140
bg := VerticalLayout {
141141
Rectangle {
142-
x: indentation.width;
142+
x: indentation.width + 8px;
143143
height: 1px;
144144
background: Palette.border.transparentize(0.5);
145145
}

0 commit comments

Comments
 (0)