mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user