Fix 3.20 css in another place
This commit is contained in:
parent
e494f07769
commit
f23f464508
|
@ -487,7 +487,8 @@ class Terminator(Borg):
|
||||||
css = ""
|
css = ""
|
||||||
if self.config['handle_size'] in xrange(0, 21):
|
if self.config['handle_size'] in xrange(0, 21):
|
||||||
css += """
|
css += """
|
||||||
.terminator-terminal-window GtkPaned {
|
.terminator-terminal-window GtkPaned,
|
||||||
|
.terminator-terminal-window paned {
|
||||||
-GtkPaned-handle-size: %s; }
|
-GtkPaned-handle-size: %s; }
|
||||||
""" % self.config['handle_size']
|
""" % self.config['handle_size']
|
||||||
style_provider = Gtk.CssProvider()
|
style_provider = Gtk.CssProvider()
|
||||||
|
|
Loading…
Reference in New Issue