...
This commit is contained in:
parent
e627bda26a
commit
172bbf558e
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ Handy.init()
|
|||
class MyWindow(Handy.Window):
|
||||
def __init__(self):
|
||||
super().__init__(title="Hello World")
|
||||
GLib.set_application_name("Hello world")
|
||||
GLib.set_application_name("Hello World")
|
||||
GLib.set_prgname('Hello World')
|
||||
self.set_default_size(500, 300)
|
||||
|
||||
# WindowHandle
|
||||
|
|
Loading…
Reference in a new issue