Merge lp:~vanvugt/ubuntu-themes/fix-1693613 into lp:ubuntu-themes

Proposed by Daniel van Vugt
Status: Merged
Approved by: Marco Trevisan (Treviño)
Approved revision: 550
Merged at revision: 550
Proposed branch: lp:~vanvugt/ubuntu-themes/fix-1693613
Merge into: lp:ubuntu-themes
Diff against target: 45 lines (+2/-6)
2 files modified
Ambiance/gtk-3.20/gtk-widgets.css (+1/-3)
Radiance/gtk-3.20/gtk-widgets.css (+1/-3)
To merge this branch: bzr merge lp:~vanvugt/ubuntu-themes/fix-1693613
Reviewer Review Type Date Requested Status
Marco Trevisan (Treviño) Approve
Jeremy Bícha Approve
Ubuntu Artwork Packagers Pending
Review via email: mp+325369@code.launchpad.net

Commit message

Vertically centre widgets in the header bar

Description of the change

This fixes bug 1693613 only. I'm resisting the urge to fix other things nearby :)

To post a comment you must log in.
Revision history for this message
Jeremy Bícha (jbicha) wrote :

Thank you. This fixes the bug for me. :)

review: Approve
Revision history for this message
Marco Trevisan (Treviño) (3v1n0) wrote :

Ok, looks ok. I don't see any regression in u7 too.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Ambiance/gtk-3.20/gtk-widgets.css'
2--- Ambiance/gtk-3.20/gtk-widgets.css 2017-05-18 16:14:20 +0000
3+++ Ambiance/gtk-3.20/gtk-widgets.css 2017-06-09 08:49:29 +0000
4@@ -2043,9 +2043,8 @@
5 .titlebar,
6 UnityDecoration .top {
7 border: 1px solid rgba (0, 3, 5, 0.03); /* shade (@dark_bg_color, 1.04) - shade (@dark_bg_color, 1.5) */
8- border-bottom-width: 0;
9 border-radius: 6px 6px 0 0;
10- padding: 1px 6px 0 6px;
11+ padding: 1px 6px 1px 6px;
12
13 box-shadow: inset 0 0 transparent, inset 0 0 transparent,
14 inset 0 1px shade (@dark_bg_color, 1.6), inset 0 0 transparent;
15@@ -2063,7 +2062,6 @@
16 .titlebar:backdrop,
17 UnityDecoration .top:backdrop {
18 border: 1px solid rgba (14, 13, 0, 0.03); /* @dark_bg_color - shade (#474642, 0.92) */;
19- border-bottom-width: 0;
20 background-color: transparent;
21 background-clip: border-box;
22 background-image: -gtk-gradient (linear, left top, left bottom,
23
24=== modified file 'Radiance/gtk-3.20/gtk-widgets.css'
25--- Radiance/gtk-3.20/gtk-widgets.css 2017-05-18 16:14:20 +0000
26+++ Radiance/gtk-3.20/gtk-widgets.css 2017-06-09 08:49:29 +0000
27@@ -2042,9 +2042,8 @@
28 .titlebar,
29 UnityDecoration .top {
30 border: 1px solid rgba (85, 40, 0, 0.04); /* shade (@dark_bg_color) (shade (#edebe6, 1.06) */
31- border-bottom-width: 0;
32 border-radius: 6px 6px 0 0;
33- padding: 1px 6px 0 6px;
34+ padding: 1px 6px 1px 6px;
35
36 box-shadow: inset 0 0 transparent, inset 0 0 transparent,
37 inset 0 1px shade (@edebe6, 1.065), inset 0 0 transparent;
38@@ -2063,7 +2062,6 @@
39 .titlebar:backdrop,
40 UnityDecoration .top:backdrop {
41 border: 1px solid rgba (110, 27, 0, 0.04); /* shade @dark_bg_color - shade (#edebe6, 0.96) */
42- border-bottom-width: 0;
43 background-color: transparent;
44 background-clip: border-box;
45 background-image: -gtk-gradient (linear, left top, left bottom,

Subscribers

People subscribed via source and target branches