We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e688d8a commit dc59c9dCopy full SHA for dc59c9d
browser/src/canvas/sections/CommentListSection.ts
@@ -121,7 +121,7 @@ export class CommentSection extends CanvasSectionObject {
121
this.sectionProperties.arrow = null;
122
this.sectionProperties.show = null;
123
this.sectionProperties.showResolved = false;
124
- this.sectionProperties.marginY = 10 * app.dpiScale;
+ this.sectionProperties.marginY = 20 * app.dpiScale;
125
this.sectionProperties.offset = 5 * app.dpiScale;
126
this.sectionProperties.width = Math.round(1 * app.dpiScale); // Configurable variable.
127
this.sectionProperties.scrollAnnotation = null; // For impress, when 1 or more comments exist.
0 commit comments