From ec29073bb4e2257dd0068c396c6dbeb50268bc97 Mon Sep 17 00:00:00 2001 From: wurstsalat Date: Wed, 17 Feb 2021 09:36:27 +0100 Subject: ChatControlBase: Fix pipeline --- gajim/chat_control_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gajim/chat_control_base.py b/gajim/chat_control_base.py index a8acec6b3..241ddc811 100644 --- a/gajim/chat_control_base.py +++ b/gajim/chat_control_base.py @@ -183,7 +183,7 @@ class ChatControlBase(ChatCommandProcessor, CommandTools, EventHelper): # inserted before the line break. This triggers the hscrollbar to show, # see: https://gitlab.gnome.org/GNOME/gtk/-/issues/2384 # Using set_hscroll_policy(Gtk.Scrollable.Policy.NEVER) would cause bad - # performance during resize, and prevent the window from being shrinked + # performance during resize, and prevent the window from being shrunk # horizontally under certain conditions (applies to GroupchatControl) hscrollbar = self.xml.conversation_scrolledwindow.get_hscrollbar() hscrollbar.hide() -- cgit v1.2.3