keyboard: fix for long vertical screens

This commit is contained in:
alfrix 2022-07-04 16:33:26 -03:00
parent e70c9d37e9
commit 37c10fc8b3

View File

@ -1041,7 +1041,7 @@ class KlipperScreen(Gtk.Window):
box.get_style_context().add_class("keyboard_box")
box.pack_start(keyboard, True, True, 0)
self.base_panel.get_content().pack_end(box, True, True, 0)
self.base_panel.get_content().pack_end(box, False, False, 0)
self.show_all()
keyboard.add_id(xid)