keyboard: fix for long vertical screens
This commit is contained in:
parent
e70c9d37e9
commit
37c10fc8b3
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user