redesigned UI, but not yet done (Text sizing not correct yet)
This commit is contained in:
@@ -52,7 +52,7 @@ class HomeWindow(Gtk.Window):
|
|||||||
|
|
||||||
# Title
|
# Title
|
||||||
self.title = Gtk.Label(label="Test")
|
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.sub_box.pack_start(self.box, True, True, 30)
|
||||||
self.main_box.pack_start(self.title, True, True, 0)
|
self.main_box.pack_start(self.title, True, True, 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user