attempt adding scaling function to the gui

This commit is contained in:
Huy Pham 2020-02-10 15:20:07 -08:00
parent 3d1692fbb3
commit 8734b9f22f
4 changed files with 159 additions and 18 deletions

View file

@ -53,6 +53,9 @@ class CanvasGraph(tk.Canvas):
self.marker_tool = None
self.to_copy = []
# app's scale, different scale values to support higher resolution display
self.app_scale = 1.0
# background related
self.wallpaper_id = None
self.wallpaper = None