Compare commits

...

1 Commits

Author SHA1 Message Date
Sergio Martínez Portela ef4d268225 Make default size larger, and closer to PinePhone form factor. 2022-03-27 23:34:01 +02:00
1 changed files with 1 additions and 1 deletions

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()