From ff592df8b5463b5f7c1a454469e3a2b8e7d25def Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 12 Aug 2024 20:25:26 +0300 Subject: [PATCH] update comment --- src/app/browser/main/tab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/browser/main/tab.cpp b/src/app/browser/main/tab.cpp index 1ae3840a..e83f704b 100644 --- a/src/app/browser/main/tab.cpp +++ b/src/app/browser/main/tab.cpp @@ -70,7 +70,7 @@ void Tab::close() ); // @TODO clean memory - // @TODO fix GtkGizmo reported min height -3, but sizes must be >= 0 + // @TODO fix GtkGizmo reported min height, but sizes must be >= 0 } void Tab::close_left()