mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Make three panel mode landscape test more accurate
This commit is contained in:
@@ -329,7 +329,7 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, UnreadCountProvider {
|
||||
guard rootSplitViewController.traitCollection.userInterfaceIdiom == .pad && !rootSplitViewController.isCollapsed else {
|
||||
return
|
||||
}
|
||||
if size.width > size.height {
|
||||
if (size.width / size.height) > 1.2 {
|
||||
if !isThreePanelMode {
|
||||
transitionToThreePanelMode()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user