[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.
pull/522/head
Khurshid Alam 2016-08-31 21:26:48 +05:30
parent 9c07db416b
commit 03bb8b35d8
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -9,7 +9,7 @@
@include linear-gradient($bg);
@include border($bg);
padding: $spacing;
padding: $spacing * 2;
color: $fg;
&:disabled {