From 6dc0a00f13d085cdf02e2718fc658b813e5ea668 Mon Sep 17 00:00:00 2001 From: Megax <megax@yeahunter.hu> Date: Thu, 1 Sep 2016 09:07:33 +0200 Subject: [PATCH] * Button margin size fix. --- gtk-3.20/scss/widgets/_toolbar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk-3.20/scss/widgets/_toolbar.scss b/gtk-3.20/scss/widgets/_toolbar.scss index 3d8c279..7a3167f 100644 --- a/gtk-3.20/scss/widgets/_toolbar.scss +++ b/gtk-3.20/scss/widgets/_toolbar.scss @@ -97,8 +97,8 @@ separator, switch, button { // Size height - margin-top: $spacing + 2px; - margin-bottom: $spacing + 2px; + margin-top: $spacing + 3px; + margin-bottom: $spacing + 3px; } switch { // Size height