Skip to content

Commit

Permalink
Don't set obsolete y-fill property for icons
Browse files Browse the repository at this point in the history
No replacement seems to be necessary. My testing shows that no
stretching is performed anyway.

Fixes p-e-w#146.
  • Loading branch information
real-or-random committed Nov 2, 2023
1 parent e2d68ea commit 0e2988b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions argos@pew.worldwidemann.com/lineview.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ class ArgosLineView extends St.BoxLayout {
texture.set_size(width, height);

this.add_child(texture);
// Do not stretch the texture to the height of the container
this.child_set_property(texture, "y-fill", false);
} catch (error) {
log("Unable to load image from Base64 representation: " + error);
}
Expand Down

0 comments on commit 0e2988b

Please sign in to comment.