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 12b08be commit 03214eeCopy full SHA for 03214ee
src/vs/workbench/browser/parts/titlebar/titlebarPart.ts
@@ -461,12 +461,12 @@ export class TitlebarPart extends Part implements ITitleService {
461
this.element.style.setProperty('--zoom-factor', zoomFactor.toString());
462
this.rootContainer.classList.toggle('counter-zoom', this.useCounterZoom);
463
464
- runAtThisOrScheduleAtNextAnimationFrame(() => this.adjustTitleMarginToCenter());
465
-
466
if (this.customMenubar) {
467
const menubarDimension = new Dimension(0, dimension.height);
468
this.customMenubar.layout(menubarDimension);
469
}
+
+ runAtThisOrScheduleAtNextAnimationFrame(() => this.adjustTitleMarginToCenter());
470
471
472
0 commit comments