gtk: cleanup andoptimize image handling, incomplete themes should now work

This commit is contained in:
alfrix
2022-04-01 20:24:02 -03:00
parent c81836542a
commit c33659c6f7
12 changed files with 71 additions and 139 deletions

View File

@@ -39,7 +39,7 @@ class BedMeshPanel(ScreenPanel):
addprofile = self._gtk.ButtonImage("increase", " %s" % _("Add bed mesh profile"),
"color1", .5, .5, Gtk.PositionType.LEFT, False)
"color1", .5, Gtk.PositionType.LEFT, False)
addprofile.connect("clicked", self.show_create_profile)
addprofile.set_size_request(60, 0)
addprofile.set_hexpand(False)