Add files via upload
This commit is contained in:
parent
35285bd30c
commit
5f456572cc
3 changed files with 2 additions and 2 deletions
|
@ -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),
|
||||||
|
|
BIN
dist/pgw-0.1.0-py3.7.egg
vendored
BIN
dist/pgw-0.1.0-py3.7.egg
vendored
Binary file not shown.
|
@ -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),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue