Fix 3.20 css in another place

This commit is contained in:
Iain Lane 2017-02-01 11:04:50 +00:00
parent e494f07769
commit f23f464508
1 changed files with 2 additions and 1 deletions

View File

@ -487,7 +487,8 @@ class Terminator(Borg):
css = ""
if self.config['handle_size'] in xrange(0, 21):
css += """
.terminator-terminal-window GtkPaned {
.terminator-terminal-window GtkPaned,
.terminator-terminal-window paned {
-GtkPaned-handle-size: %s; }
""" % self.config['handle_size']
style_provider = Gtk.CssProvider()