Skip to content

Commit dc59c9d

Browse files
committed
Adjust comment list top offest for proper indention in comment thread
Signed-off-by: Banobe Pascal <[email protected]> Change-Id: I16a01161df2019a877e916e15548937ddbc15d26
1 parent e688d8a commit dc59c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/src/canvas/sections/CommentListSection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export class CommentSection extends CanvasSectionObject {
121121
this.sectionProperties.arrow = null;
122122
this.sectionProperties.show = null;
123123
this.sectionProperties.showResolved = false;
124-
this.sectionProperties.marginY = 10 * app.dpiScale;
124+
this.sectionProperties.marginY = 20 * app.dpiScale;
125125
this.sectionProperties.offset = 5 * app.dpiScale;
126126
this.sectionProperties.width = Math.round(1 * app.dpiScale); // Configurable variable.
127127
this.sectionProperties.scrollAnnotation = null; // For impress, when 1 or more comments exist.

0 commit comments

Comments
 (0)