From cae1806049595e60777bab938e44c2c6c4a2630d Mon Sep 17 00:00:00 2001
From: Megax <megax@yeahunter.hu>
Date: Wed, 31 Aug 2016 22:50:48 +0200
Subject: [PATCH] * Minimal fix headerbar button size.

---
 gtk-3.20/scss/widgets/_toolbar.scss | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gtk-3.20/scss/widgets/_toolbar.scss b/gtk-3.20/scss/widgets/_toolbar.scss
index add3cb5..3d8c279 100644
--- a/gtk-3.20/scss/widgets/_toolbar.scss
+++ b/gtk-3.20/scss/widgets/_toolbar.scss
@@ -96,7 +96,12 @@
         spinbutton,
         separator,
         switch,
-        button {
+        button { // Size height
+            margin-top: $spacing + 2px;
+            margin-bottom: $spacing + 2px;
+        }
+
+        switch { // Size height
             margin-top: $spacing + 1px;
             margin-bottom: $spacing + 1px;
         }