diff --git a/Doughnut/Base.lproj/Main.storyboard b/Doughnut/Base.lproj/Main.storyboard index a55eb9f..a5c1cad 100644 --- a/Doughnut/Base.lproj/Main.storyboard +++ b/Doughnut/Base.lproj/Main.storyboard @@ -1,9 +1,9 @@ - + - - + + @@ -853,61 +853,72 @@ Gw - - + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + @@ -939,9 +950,9 @@ Gw - - - + + + diff --git a/Doughnut/View Controllers/DetailViewController.swift b/Doughnut/View Controllers/DetailViewController.swift index 808c44a..d7c1b9b 100644 --- a/Doughnut/View Controllers/DetailViewController.swift +++ b/Doughnut/View Controllers/DetailViewController.swift @@ -92,6 +92,9 @@ final class DetailViewController: NSViewController, WKNavigationDelegate { constant: 16 ).isActive = true + detailTitle.maximumNumberOfLines = 3 + secondaryTitle.maximumNumberOfLines = 2 + showBlank() if Preference.bool(for: Preference.Key.debugDeveloperExtrasEnabled) {