mirror of
https://github.com/Sosokker/Packaged-Food-Explorer.git
synced 2025-12-18 20:54: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__/
|
__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