mirror of
https://github.com/Sosokker/Packaged-Food-Explorer.git
synced 2025-12-18 12:44:05 +01:00
update some components
This commit is contained in:
parent
d827755107
commit
525def1231
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
__pycache__/
|
||||
food_data.db
|
||||
plot_test.ipynb
|
||||
test.py
|
||||
test.py
|
||||
test.ipynb
|
||||
2
app.py
2
app.py
@ -265,7 +265,7 @@ class App:
|
||||
'border':'2', 'sticky': 'nswe'})])
|
||||
entrystyle.configure("EntryStyle.TEntry",
|
||||
background="green",
|
||||
foreground="grey",
|
||||
foreground="white",
|
||||
fieldbackground="gray")
|
||||
# --------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user