diff --git a/src/gtkgui_helpers.py b/src/gtkgui_helpers.py index 25604d5ce..92e2fd793 100644 --- a/src/gtkgui_helpers.py +++ b/src/gtkgui_helpers.py @@ -180,3 +180,4 @@ def resize_window(window, w, h): if h > screen_h: h = screen_h window.resize(abs(w), abs(h)) +