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); }