Skip to content

Commit

Permalink
Merge pull request #454 from SpikedPaladin/list-ui-fix
Browse files Browse the repository at this point in the history
Use proper margins for icons in local extensions list
  • Loading branch information
mjakeman authored Aug 17, 2023
2 parents 1cb8d92 + 105ac5d commit 2808908
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/exm-extension-row.blp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ template ExmExtensionRow : Adw.ExpanderRow {
valign: center;
halign: center;

margin-start: 9;
margin-end: 9;

visible: false;

tooltip-text: _("An error occurred while loading this extension");
Expand All @@ -45,6 +48,9 @@ template ExmExtensionRow : Adw.ExpanderRow {
valign: center;
halign: center;

margin-start: 9;
margin-end: 9;

visible: false;

tooltip-text: _("This extension is incompatible with your current version of GNOME");
Expand All @@ -58,6 +64,9 @@ template ExmExtensionRow : Adw.ExpanderRow {
valign: center;
halign: center;

margin-start: 9;
margin-end: 9;

visible: false;

tooltip-text: _("A newer version of this extension is available");
Expand Down

0 comments on commit 2808908

Please sign in to comment.