diff --git a/src/Views/AppInfoView.vala b/src/Views/AppInfoView.vala index 3e08bf84e..b8c2329ec 100644 --- a/src/Views/AppInfoView.vala +++ b/src/Views/AppInfoView.vala @@ -1107,6 +1107,7 @@ public class AppCenter.Views.AppInfoView : AppCenter.AbstractAppContainer { // We need to first download the screenshot locally so that it doesn't freeze the interface. private void load_screenshot (string? caption, string path) { var image = new Gtk.Picture.for_filename (path) { + content_fit = SCALE_DOWN, height_request = 500, vexpand = true };