Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gajim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
210
Issues
210
List
Boards
Labels
Service Desk
Milestones
Merge Requests
22
Merge Requests
22
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
gajim
Commits
662817c8
Commit
662817c8
authored
Feb 17, 2021
by
Daniel Brötzmann
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ChatControlBase: Fix pipeline
parent
8031e049
Pipeline
#7346
passed with stages
in 9 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gajim/chat_control_base.py
gajim/chat_control_base.py
+1
-1
No files found.
gajim/chat_control_base.py
View file @
662817c8
...
...
@@ -183,7 +183,7 @@ def __init__(self, parent_win, widget_name, contact, acct,
# 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 shr
inked
# performance during resize, and prevent the window from being shr
unk
# horizontally under certain conditions (applies to GroupchatControl)
hscrollbar
=
self
.
xml
.
conversation_scrolledwindow
.
get_hscrollbar
()
hscrollbar
.
hide
()
...
...
Michel Le Bihan
@mimi89999
mentioned in issue
#10451 (closed)
·
Feb 17, 2021
mentioned in issue
#10451 (closed)
mentioned in issue #10451
Toggle commit list
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