From 8cfe3409abb0c49af7f495466ba6a77509689237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Csaba=20Gy=C3=B6rgyi?= Date: Tue, 3 Dec 2024 17:04:15 +0100 Subject: [PATCH] Remove trailing whitespaces from main_window.py --- GTG/gtk/browser/main_window.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GTG/gtk/browser/main_window.py b/GTG/gtk/browser/main_window.py index 1b5443ac3..663feec35 100644 --- a/GTG/gtk/browser/main_window.py +++ b/GTG/gtk/browser/main_window.py @@ -131,7 +131,7 @@ def __init__(self, app): # YOU CAN DEFINE YOUR INTERNAL MECHANICS VARIABLES BELOW # Setup GTG icon theme self._init_icon_theme() - + # Init Actions self._set_actions() @@ -213,7 +213,7 @@ def switch_tab_closed(self, t=None , a = None): stack = self.stack_switcher.get_stack() stack.set_visible_child_name('closed_view') - + def _set_actions(self): """Setup actions."""