From a26a9ba54c0e5351b109557ccc68acbd480a47a9 Mon Sep 17 00:00:00 2001 From: Megax <megax@yeahunter.hu> Date: Thu, 1 Sep 2016 15:48:51 +0200 Subject: [PATCH] * Fix default titlebutton 16x16px. --- 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 7a3167f..3aa62d6 100644 --- a/gtk-3.20/scss/widgets/_toolbar.scss +++ b/gtk-3.20/scss/widgets/_toolbar.scss @@ -134,8 +134,8 @@ border: 0; button.titlebutton { - min-height: 22px; - min-width: 22px; + min-height: 16px; + min-width: 16px; margin: 0; padding: 0; }