Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pg mr
gajim
Commits
662817c8
Commit
662817c8
authored
Feb 17, 2021
by
Daniel Brötzmann
Browse files
ChatControlBase: Fix pipeline
parent
8031e049
Changes
1
Hide whitespace changes
Inline
Side-by-side
gajim/chat_control_base.py
View file @
662817c8
...
@@ -183,7 +183,7 @@ def __init__(self, parent_win, widget_name, contact, acct,
...
@@ -183,7 +183,7 @@ def __init__(self, parent_win, widget_name, contact, acct,
# inserted before the line break. This triggers the hscrollbar to show,
# inserted before the line break. This triggers the hscrollbar to show,
# see: https://gitlab.gnome.org/GNOME/gtk/-/issues/2384
# see: https://gitlab.gnome.org/GNOME/gtk/-/issues/2384
# Using set_hscroll_policy(Gtk.Scrollable.Policy.NEVER) would cause bad
# Using set_hscroll_policy(Gtk.Scrollable.Policy.NEVER) would cause bad
# performance during resize, and prevent the window from being shr
i
nk
ed
# performance during resize, and prevent the window from being shr
u
nk
# horizontally under certain conditions (applies to GroupchatControl)
# horizontally under certain conditions (applies to GroupchatControl)
hscrollbar
=
self
.
xml
.
conversation_scrolledwindow
.
get_hscrollbar
()
hscrollbar
=
self
.
xml
.
conversation_scrolledwindow
.
get_hscrollbar
()
hscrollbar
.
hide
()
hscrollbar
.
hide
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment