Skip to content

Commit 03bb8b3

Browse files
committed
[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.
1 parent 9c07db4 commit 03bb8b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gtk-3.20/scss/apps/_unity.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
@include exports("unity") {
88
UnityDecoration {
9-
-UnityDecoration-extents: 28px 1px 1px 1px;
9+
-UnityDecoration-extents: 24px 1px 1px 1px;
1010
-UnityDecoration-input-extents: 10px;
1111

1212
-UnityDecoration-shadow-offset-x: 1px;

gtk-3.20/scss/widgets/_toolbar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@include linear-gradient($bg);
1010
@include border($bg);
1111

12-
padding: $spacing;
12+
padding: $spacing * 2;
1313
color: $fg;
1414

1515
&:disabled {

0 commit comments

Comments
 (0)