keyboard: tweak box size

This commit is contained in:
alfrix 2023-06-25 13:14:15 -03:00
parent 5a0df3a628
commit 5fb0acc3ac

View File

@ -913,6 +913,7 @@ class KlipperScreen(Gtk.Window):
box = Gtk.Box(orientation=Gtk.Orientation.VERTICAL)
box.set_size_request(self.gtk.content_width, self.gtk.keyboard_height)
box.set_vexpand(False)
if self._config.get_main_config().getboolean("use-matchbox-keyboard", False):
return self._show_matchbox_keyboard(box)