diff --git a/hammond-gtk/resources/gtk/show_widget.ui b/hammond-gtk/resources/gtk/show_widget.ui index 5a13045..d716720 100644 --- a/hammond-gtk/resources/gtk/show_widget.ui +++ b/hammond-gtk/resources/gtk/show_widget.ui @@ -37,10 +37,9 @@ Tobias Bernard scrolled_window - 700 - 500 True True + True never @@ -70,26 +69,26 @@ Tobias Bernard - 700 True False 32 32 32 32 + True vertical 24 True False - center - 12 + vertical + 6 True False - 128 + 256 image-x-generic-symbolic @@ -99,120 +98,102 @@ Tobias Bernard - + True - False - True - vertical - 6 + True + never + 80 - + True - True - True + False + none - + True False - none - - - True - False - start - end - Couldn't find display show description. - True - True - word-char - 90 - - + This is embarrasing! +Sorry, we could not find a description for this Show. + True + True - - True - True - 0 - + + + False + False + 1 + + + + + True + False + 6 - + True - False - True - 6 + True + True - + True - True - True - - - True - False - center - center - emblem-system-symbolic - - - - - False - True - 0 - - - - - Website - True - True - True + False center center + emblem-system-symbolic - - False - True - 5 - 1 - - - - - Unsubscribe - True - True - True - center - center - - - - False - True - 5 - end - 2 - False True - end + 0 + + + + + Website + True + True + True + center + center + + + False + True + 5 1 + + + Unsubscribe + True + True + True + center + center + + + + False + True + 5 + end + 2 + + False - True - 1 + False + 2 @@ -248,7 +229,7 @@ Tobias Bernard False - False + True 1 @@ -275,7 +256,7 @@ Tobias Bernard - True + False True 0 diff --git a/hammond-gtk/src/widgets/show.rs b/hammond-gtk/src/widgets/show.rs index f7d38ba..ed91936 100644 --- a/hammond-gtk/src/widgets/show.rs +++ b/hammond-gtk/src/widgets/show.rs @@ -115,7 +115,7 @@ impl ShowWidget { #[inline] /// Set the show cover. fn set_cover(&self, pd: Arc) -> Result<(), Error> { - utils::set_image_from_path(&self.cover, pd.id(), 128) + utils::set_image_from_path(&self.cover, pd.id(), 256) } #[inline]