diff --git a/psst-gui/src/ui/artist.rs b/psst-gui/src/ui/artist.rs index fa83306d..09db024e 100644 --- a/psst-gui/src/ui/artist.rs +++ b/psst-gui/src/ui/artist.rs @@ -258,7 +258,8 @@ impl, S: Widget> Widget for ArtistInfoLayout Size { let max = bc.max(); - let wide_layout = max.width > theme::grid(60.0) + theme::GRID * 2.0; + // The smaller the nuber the futhre in you have to go + let wide_layout = max.width > theme::grid(60.0) + theme::GRID * 3.45; let padding = theme::grid(1.0); // Padding between bio and stats if wide_layout {