Change the deprecated VBox and HBox to oriented Boxes

This commit is contained in:
alfrix
2022-06-30 09:28:28 -03:00
committed by Alfredo Monclus
parent 12d90bcffa
commit 06fceec84a
13 changed files with 25 additions and 25 deletions

View File

@@ -1035,7 +1035,7 @@ class KlipperScreen(Gtk.Window):
keyboard = Gtk.Socket()
box = Gtk.VBox()
box = Gtk.Box(orientation=Gtk.Orientation.VERTICAL)
box.set_vexpand(False)
box.set_size_request(self.gtk.get_content_width(), self.gtk.get_keyboard_height())
box.get_style_context().add_class("keyboard_box")