diff --git a/build/lib/pygwin/ui.py b/build/lib/pygwin/ui.py index 614b6c8..89eb9a5 100644 --- a/build/lib/pygwin/ui.py +++ b/build/lib/pygwin/ui.py @@ -108,7 +108,7 @@ class label(widget): self.surface = font.render(text,size,color) class entry(widget): def __init__(self,hint='',fontSize=30,font=_df, - width=None,height=None,hide=True + width=None,height=None,hide=False, bg=(70,70,70),fg=(180,180,200), afg=(200,200,200),abg=(50,50,50), hintColor=(100,100,100), diff --git a/dist/pgw-0.1.0-py3.7.egg b/dist/pgw-0.1.0-py3.7.egg index 1904595..14a1165 100644 Binary files a/dist/pgw-0.1.0-py3.7.egg and b/dist/pgw-0.1.0-py3.7.egg differ diff --git a/src/pygwin/ui.py b/src/pygwin/ui.py index 614b6c8..89eb9a5 100644 --- a/src/pygwin/ui.py +++ b/src/pygwin/ui.py @@ -108,7 +108,7 @@ class label(widget): self.surface = font.render(text,size,color) class entry(widget): def __init__(self,hint='',fontSize=30,font=_df, - width=None,height=None,hide=True + width=None,height=None,hide=False, bg=(70,70,70),fg=(180,180,200), afg=(200,200,200),abg=(50,50,50), hintColor=(100,100,100),