Skip to content

Commit

Permalink
Merge branch 'main' into danirabbit/progressbutton
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Feb 22, 2024
2 parents 4c8616b + 569048d commit 2c4327a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Views/AppInfoView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand Down

0 comments on commit 2c4327a

Please sign in to comment.