Skip to content

Layout issue with Yosemite full screen unified toolbar #30

@thenextman

Description

@thenextman

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions