Make default size larger, and closer to PinePhone form factor.
This commit is contained in:
parent
dc7353151e
commit
ef4d268225
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue