Add files via upload

This commit is contained in:
themixray 2021-12-19 17:22:13 +03:00 committed by GitHub
parent 35285bd30c
commit 5f456572cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View file

@ -108,7 +108,7 @@ class label(widget):
self.surface = font.render(text,size,color) self.surface = font.render(text,size,color)
class entry(widget): class entry(widget):
def __init__(self,hint='',fontSize=30,font=_df, 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), bg=(70,70,70),fg=(180,180,200),
afg=(200,200,200),abg=(50,50,50), afg=(200,200,200),abg=(50,50,50),
hintColor=(100,100,100), hintColor=(100,100,100),

Binary file not shown.

View file

@ -108,7 +108,7 @@ class label(widget):
self.surface = font.render(text,size,color) self.surface = font.render(text,size,color)
class entry(widget): class entry(widget):
def __init__(self,hint='',fontSize=30,font=_df, 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), bg=(70,70,70),fg=(180,180,200),
afg=(200,200,200),abg=(50,50,50), afg=(200,200,200),abg=(50,50,50),
hintColor=(100,100,100), hintColor=(100,100,100),