From f8ace81be87e7b3ee81261ce07cffa29af35c8af Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Fri, 6 May 2016 23:31:27 -0500 Subject: [PATCH] add left margin to titlebutton separator so that there is equal empty space between the separator and surrounding widgets. also fixed a typo. --- gtk-3.20/scss/widgets/_toolbar.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gtk-3.20/scss/widgets/_toolbar.scss b/gtk-3.20/scss/widgets/_toolbar.scss index e51df62..cff9e7a 100755 --- a/gtk-3.20/scss/widgets/_toolbar.scss +++ b/gtk-3.20/scss/widgets/_toolbar.scss @@ -106,7 +106,9 @@ .tiled &, .maximized & { border-radius: 0; } - .title { font: bold; } + .title { font-weight: bold; } + + separator.titlebutton { margin-left: $spacing * 2; } button.titlebutton { padding: $spacing;