Merge pull request #193 from mattrose/fix-separator

Add 'wide_handle' property
This commit is contained in:
Matt Rose 2020-08-24 15:05:54 -04:00 committed by GitHub
commit 956ca49dd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -507,6 +507,7 @@ class HPaned(Paned, Gtk.HPaned):
"""Class initialiser"""
Paned.__init__(self)
GObject.GObject.__init__(self)
self.props.wide_handle = True
self.register_signals(HPaned)
self.cnxids.new(self, 'button-press-event', self.on_button_press)
self.cnxids.new(self, 'button-release-event', self.on_button_release)