MMTabBarView icon indicating copy to clipboard operation
MMTabBarView copied to clipboard

Layout issue with Yosemite full screen unified toolbar

Open thenextman opened this issue 10 years ago • 0 comments

On Yosemite, we can choose to hide the titlebar of the window and use the new unified look. However there is a rendering issue when using the unified look in full screen, and hiding the toolbar:

In the newWindow: method in DemoWindowController, add the following:

[[newWindowController window] setTitleVisibility:NSWindowTitleHidden];
[[newWindowController window] setCollectionBehavior:NSWindowCollectionBehaviorFullScreenPrimary];

Make the demo window full screen, and it looks ok:

screen shot 2015-02-24 at 7 37 46 pm

Hide the toolbar (from the application menu or [Alt]+[Command]+T) and the tabs are no longer visible:

screen shot 2015-02-24 at 7 37 55 pm

thenextman avatar Feb 24 '15 12:02 thenextman