Fix 3.20 css in another place
This commit is contained in:
parent
e494f07769
commit
f23f464508
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue