Open fire-eggs opened 4 years ago
Add a config JSON file for the browser: path to image files; background color for picture view; path to database;
what else?
Remember window sizes and positions
get:
root.winfo_width() root.winfo_height() root.winfo_geometry()
set: root.geometry(value) where value is of the form: (w)x(h)+(x)+(y)
root.geometry(value)
value
(w)x(h)+(x)+(y)
Add a config JSON file for the browser: path to image files; background color for picture view; path to database;
what else?