diff --git a/Aural.xcodeproj/project.xcworkspace/xcuserdata/kven.xcuserdatad/UserInterfaceState.xcuserstate b/Aural.xcodeproj/project.xcworkspace/xcuserdata/kven.xcuserdatad/UserInterfaceState.xcuserstate index d4bfb8251..336b8586c 100644 Binary files a/Aural.xcodeproj/project.xcworkspace/xcuserdata/kven.xcuserdatad/UserInterfaceState.xcuserstate and b/Aural.xcodeproj/project.xcworkspace/xcuserdata/kven.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Documentation/aural4-modes.png b/Documentation/aural4-modes.png index 0bba14c0a..57bb30f20 100644 Binary files a/Documentation/aural4-modes.png and b/Documentation/aural4-modes.png differ diff --git a/Source/UI/ModularPlayer/Player/ModularPlayerViewController+AutoHide.swift b/Source/UI/ModularPlayer/Player/ModularPlayerViewController+AutoHide.swift index 9c548abc4..2738af5db 100644 --- a/Source/UI/ModularPlayer/Player/ModularPlayerViewController+AutoHide.swift +++ b/Source/UI/ModularPlayer/Player/ModularPlayerViewController+AutoHide.swift @@ -95,7 +95,7 @@ extension ModularPlayerViewController { artView.showIf(playerUIState.showAlbumArt) // resizeAndRepositionInfoBox() artViewLeadingConstraint.constant = playerUIState.showAlbumArt ? 15 : -55 - print("SV: \(multilineTrackTextView.clipView.enclosingScrollView!.frame.width)") +// print("SV: \(multilineTrackTextView.clipView.enclosingScrollView!.frame.width)") multilineTrackTextView.resized() }