gtk: resizability

doesn't rescale the fonts or images
This commit is contained in:
alfrix
2022-12-07 11:44:21 -03:00
parent 413e822fa5
commit 7120c424d4
16 changed files with 96 additions and 110 deletions

View File

@@ -26,8 +26,6 @@ class ScreenPanel:
self.title = title
self.devices = {}
self.active_heaters = []
self.layout = Gtk.Layout()
self.layout.set_size(screen.width, screen.height)
self.content = Gtk.Box(orientation=Gtk.Orientation.VERTICAL)
self.content.get_style_context().add_class("content")
self.content.set_hexpand(True)