Skip to content

Commit 43cbefc

Browse files
committed
Explicitly set transparent titlebar.
1 parent 8f18ae5 commit 43cbefc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

osx/src/main/java/ch/cyberduck/ui/cocoa/controller/ExtendedBookmarkController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ public void collectionItemChanged(final Host item) {
9090
@Override
9191
public void setWindow(final NSWindow window) {
9292
this.addObserver(bookmark -> window.setTitle(BookmarkNameProvider.toString(bookmark)));
93+
window.setTitlebarAppearsTransparent(true);
9394
super.setWindow(window);
9495
}
9596

0 commit comments

Comments
 (0)