Skip to content

Commit a3841c6

Browse files
committed
Remove custom configuration.
1 parent 1eeea2f commit a3841c6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,6 @@ public void setWindow(NSWindow window) {
838838
// Save frame rectangle
839839
window.setFrameAutosaveName("Browser");
840840
window.setMiniwindowImage(IconCacheFactory.<NSImage>get().iconNamed("cyberduck-document.icns"));
841-
window.setMovableByWindowBackground(true);
842841
window.setCollectionBehavior(window.collectionBehavior() | NSWindow.NSWindowCollectionBehavior.NSWindowCollectionBehaviorFullScreenPrimary);
843842
window.setContentMinSize(new NSSize(600d, 200d));
844843
if(window.respondsToSelector(Foundation.selector("setTabbingIdentifier:"))) {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ public void run() {
198198
public void setWindow(NSWindow window) {
199199
window.setFrameAutosaveName("Transfers");
200200
window.setContentMinSize(new NSSize(400d, 150d));
201-
window.setMovableByWindowBackground(true);
202201
window.setTitle(LocaleFactory.localizedString("Transfers"));
203202
if(window.respondsToSelector(Foundation.selector("setTabbingIdentifier:"))) {
204203
window.setTabbingIdentifier(preferences.getProperty("queue.window.tabbing.identifier"));

0 commit comments

Comments
 (0)