Skip to content

Commit

Permalink
Merge pull request #247 from mattrose/fix-horizontal-div-handle
Browse files Browse the repository at this point in the history
fix the handle on the divider between horizontal panes
  • Loading branch information
mattrose authored Oct 16, 2020
2 parents a8e9d41 + dc0ea4d commit 80b20a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terminatorlib/paned.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ def __init__(self):
"""Class initialiser"""
Paned.__init__(self)
GObject.GObject.__init__(self)
self.props.wide_handle = True
self.register_signals(VPaned)
self.cnxids.new(self, 'button-press-event', self.on_button_press)
self.cnxids.new(self, 'button-release-event', self.on_button_release)
Expand Down

0 comments on commit 80b20a8

Please sign in to comment.