Skip to content

Commit

Permalink
AppInfoView: Fix layout for overly wide origin combobox (#1417)
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenzahl committed Sep 28, 2020
1 parent 038c7cb commit a18f05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/AppInfoView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ namespace AppCenter.Views {
header_grid.attach (image, 0, 0, 1, 3);
header_grid.attach (package_name, 1, 0);
header_grid.attach (package_author, 1, 1);
header_grid.attach (origin_combo_revealer, 1, 2);
header_grid.attach (origin_combo_revealer, 1, 2, 3);
header_grid.attach (action_stack, 3, 0);

if (!package.is_local) {
Expand Down

0 comments on commit a18f05d

Please sign in to comment.