Make default size larger, and closer to PinePhone form factor.

This commit is contained in:
Sergio Martínez Portela 2022-03-27 23:34:01 +02:00
parent dc7353151e
commit ef4d268225

View File

@ -140,7 +140,7 @@ class Application(Gtk.Application):
application=self,
task_manager=self.task_manager,
)
win.set_default_size(600, 400)
win.set_default_size(720, 1024) # PinePhone screen is 720x1440
win.present()