From 03bb8b35d8fd49d323a114c8b7969900dad3382c Mon Sep 17 00:00:00 2001 From: Khurshid Alam Date: Wed, 31 Aug 2016 21:26:48 +0530 Subject: [PATCH] [Gtk-3.20] Re-adjust titlebar(for Unity), headerbar and toolbar height Now that our buttons are much smaller we can re-adjust titlebar, headerbar and toolbar height. --- gtk-3.20/scss/apps/_unity.scss | 2 +- gtk-3.20/scss/widgets/_toolbar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk-3.20/scss/apps/_unity.scss b/gtk-3.20/scss/apps/_unity.scss index b58a318..511fb08 100644 --- a/gtk-3.20/scss/apps/_unity.scss +++ b/gtk-3.20/scss/apps/_unity.scss @@ -6,7 +6,7 @@ @include exports("unity") { UnityDecoration { - -UnityDecoration-extents: 28px 1px 1px 1px; + -UnityDecoration-extents: 24px 1px 1px 1px; -UnityDecoration-input-extents: 10px; -UnityDecoration-shadow-offset-x: 1px; diff --git a/gtk-3.20/scss/widgets/_toolbar.scss b/gtk-3.20/scss/widgets/_toolbar.scss index 490215f..8eaa35c 100644 --- a/gtk-3.20/scss/widgets/_toolbar.scss +++ b/gtk-3.20/scss/widgets/_toolbar.scss @@ -9,7 +9,7 @@ @include linear-gradient($bg); @include border($bg); - padding: $spacing; + padding: $spacing * 2; color: $fg; &:disabled {