bed_mesh and keypad: support writing with keyboard

This commit is contained in:
alfrix
2022-03-26 22:25:06 -03:00
parent 6a4eb7ac22
commit e186fa6a3d
2 changed files with 6 additions and 1 deletions

View File

@@ -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)