forked from CreatBot/CreatBotKlipperScreen
bed_mesh and keypad: support writing with keyboard
This commit is contained in:
@@ -281,6 +281,7 @@ class BedMeshPanel(ScreenPanel):
|
||||
pl.set_hexpand(False)
|
||||
entry = Gtk.Entry()
|
||||
entry.set_hexpand(True)
|
||||
entry.connect("activate", self.create_profile)
|
||||
|
||||
save = self._gtk.ButtonImage("sd", _("Save"), "color3")
|
||||
save.set_hexpand(False)
|
||||
|
Reference in New Issue
Block a user