Johannes Rieken
2025-04-25 14:12:08 +02:00
committed by GitHub
parent fa3bfbbc7a
commit dd3e0008da
@@ -370,7 +370,7 @@ export abstract class ZoneWidget implements IHorizontalSashLayoutProvider {
}
if (this.options.showFrame) {
const frameThickness = Math.round(lineHeight / 9);
const frameThickness = this.options.frameWidth ?? Math.round(lineHeight / 9);
result += 2 * frameThickness;
}