redesigned UI, but not yet done (Text sizing not correct yet)

This commit is contained in:
janis
2022-09-06 14:50:20 +02:00
parent b93b16afab
commit be760082e2

View File

@@ -52,7 +52,7 @@ class HomeWindow(Gtk.Window):
# Title
self.title = Gtk.Label(label="Test")
self.title.set_markup("<big>FSR Image & Video Upscaler</big>")
self.title.set_text("FSR Image & Video Upscaler")
self.sub_box.pack_start(self.box, True, True, 30)
self.main_box.pack_start(self.title, True, True, 0)