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