diff --git a/data/images/stats/imagecredit.txt b/data/images/stats/imagecredit.txt new file mode 100644 index 00000000..89319d7f --- /dev/null +++ b/data/images/stats/imagecredit.txt @@ -0,0 +1,4 @@ +Current progression image from https://www.publicdomainpictures.net/en/view-image.php?image=69708&picture=abstract-blue-texture-background +Used under a CC0 license + +Source of old progression image is unknown. \ No newline at end of file diff --git a/data/images/stats/progression.jpg b/data/images/stats/progression.jpg index 336d1f1c..38033ebd 100644 Binary files a/data/images/stats/progression.jpg and b/data/images/stats/progression.jpg differ diff --git a/data/images/stats/progression_old.jpg b/data/images/stats/progression_old.jpg new file mode 100644 index 00000000..336d1f1c Binary files /dev/null and b/data/images/stats/progression_old.jpg differ diff --git a/pysollib/tile/tkstats.py b/pysollib/tile/tkstats.py index 48f3d820..d27b5c27 100644 --- a/pysollib/tile/tkstats.py +++ b/pysollib/tile/tkstats.py @@ -858,7 +858,7 @@ class ProgressionFrame(ttk.Frame): w = dialog.tkfont.measure('M') * 42 w = max(w, 500) w = min(w, 600) - self.canvas_width, self.canvas_height = w, 250 + self.canvas_width, self.canvas_height = w, 325 cond = parent.winfo_screenwidth() < 800 or \ parent.winfo_screenheight() < 600 if cond: