From 0e2988bb0aedb7abc86bf2657173ba3b9e252858 Mon Sep 17 00:00:00 2001 From: Tim Ruffing Date: Thu, 2 Nov 2023 10:31:21 +0100 Subject: [PATCH] Don't set obsolete y-fill property for icons No replacement seems to be necessary. My testing shows that no stretching is performed anyway. Fixes #146. --- argos@pew.worldwidemann.com/lineview.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/argos@pew.worldwidemann.com/lineview.js b/argos@pew.worldwidemann.com/lineview.js index 16d3633..83c2e78 100644 --- a/argos@pew.worldwidemann.com/lineview.js +++ b/argos@pew.worldwidemann.com/lineview.js @@ -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); }