Skip to content

Layout issue with Yosemite full screen unified toolbar #30

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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