Skip to content

Commit

Permalink
Merge branch 'main' into danirabbit/appinfoview-rmshare
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Jun 21, 2024
2 parents fcf6d0b + cecf3ba commit 6f66065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/AppContainers/InstalledPackageRowGrid.vala
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class AppCenter.Widgets.InstalledPackageRowGrid : AbstractPackageRowGrid
app_version.add_css_class (Granite.STYLE_CLASS_DIM_LABEL);
app_version.add_css_class (Granite.STYLE_CLASS_SMALL_LABEL);

var release_button = new Gtk.Button.from_icon_name ("dialog-information-symbolic") {
var release_button = new Gtk.Button.from_icon_name ("view-reader-symbolic") {
margin_start = 12,
tooltip_text = _("Release notes"),
valign = Gtk.Align.CENTER
Expand Down

0 comments on commit 6f66065

Please sign in to comment.