Merge lp:~mitya57/ubuntu-themes/lp1603218-xenial into lp:ubuntu-themes/xenial

Proposed by Dmitry Shachnev
Status: Merged
Approved by: Iain Lane
Approved revision: 482
Merged at revision: 482
Proposed branch: lp:~mitya57/ubuntu-themes/lp1603218-xenial
Merge into: lp:ubuntu-themes/xenial
Diff against target: 64 lines (+8/-8)
2 files modified
Ambiance/metacity-1/metacity-theme-1.xml (+4/-4)
Radiance/metacity-1/metacity-theme-1.xml (+4/-4)
To merge this branch: bzr merge lp:~mitya57/ubuntu-themes/lp1603218-xenial
Reviewer Review Type Date Requested Status
Iain Lane Approve
Alberts Muktupāvels (community) Approve
Ubuntu Artwork Packagers Pending
Review via email: mp+301941@code.launchpad.net

Commit message

Simplify Metacity theme by replacing solid color image with filled rectangle to improve HiDPI support.

To post a comment you must log in.
Revision history for this message
Alberts Muktupāvels (muktupavels) :
review: Approve
Revision history for this message
Iain Lane (laney) wrote :

Yeah

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Ambiance/metacity-1/metacity-theme-1.xml'
2--- Ambiance/metacity-1/metacity-theme-1.xml 2015-01-01 18:17:47 +0000
3+++ Ambiance/metacity-1/metacity-theme-1.xml 2016-08-03 18:10:27 +0000
4@@ -216,10 +216,10 @@
5 <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/>
6 </draw_ops>
7 <draw_ops name="left_middle_background_unfocused_normal">
8- <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/>
9+ <rectangle color="#3c3b37" filled="true" x="0" y="1" width="width" height="height"/>
10 </draw_ops>
11 <draw_ops name="left_middle_background_unfocused_pressed">
12- <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/>
13+ <rectangle color="#3c3b37" filled="true" x="0" y="1" width="width" height="height"/>
14 </draw_ops>
15 <draw_ops name="left_right_background_unfocused_normal">
16 <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/>
17@@ -254,10 +254,10 @@
18 <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/>
19 </draw_ops>
20 <draw_ops name="right_middle_background_unfocused_normal">
21- <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/>
22+ <rectangle color="#3c3b37" filled="true" x="0" y="1" width="width" height="height"/>
23 </draw_ops>
24 <draw_ops name="right_middle_background_unfocused_pressed">
25- <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/>
26+ <rectangle color="#3c3b37" filled="true" x="0" y="1" width="width" height="height"/>
27 </draw_ops>
28 <draw_ops name="right_right_background_unfocused_normal">
29 <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/>
30
31=== removed file 'Ambiance/metacity-1/trough_unfocused_middle.png'
32Binary files Ambiance/metacity-1/trough_unfocused_middle.png 2012-02-29 10:33:15 +0000 and Ambiance/metacity-1/trough_unfocused_middle.png 1970-01-01 00:00:00 +0000 differ
33=== modified file 'Radiance/metacity-1/metacity-theme-1.xml'
34--- Radiance/metacity-1/metacity-theme-1.xml 2015-01-01 18:17:47 +0000
35+++ Radiance/metacity-1/metacity-theme-1.xml 2016-08-03 18:10:27 +0000
36@@ -213,10 +213,10 @@
37 <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/>
38 </draw_ops>
39 <draw_ops name="left_middle_background_unfocused_normal">
40- <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/>
41+ <rectangle color="#dfd7cf" filled="true" x="0" y="1" width="width" height="height"/>
42 </draw_ops>
43 <draw_ops name="left_middle_background_unfocused_pressed">
44- <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/>
45+ <rectangle color="#dfd7cf" filled="true" x="0" y="1" width="width" height="height"/>
46 </draw_ops>
47 <draw_ops name="left_right_background_unfocused_normal">
48 <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/>
49@@ -251,10 +251,10 @@
50 <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/>
51 </draw_ops>
52 <draw_ops name="right_middle_background_unfocused_normal">
53- <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/>
54+ <rectangle color="#dfd7cf" filled="true" x="0" y="1" width="width" height="height"/>
55 </draw_ops>
56 <draw_ops name="right_middle_background_unfocused_pressed">
57- <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/>
58+ <rectangle color="#dfd7cf" filled="true" x="0" y="1" width="width" height="height"/>
59 </draw_ops>
60 <draw_ops name="right_right_background_unfocused_normal">
61 <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/>
62
63=== removed file 'Radiance/metacity-1/trough_unfocused_middle.png'
64Binary files Radiance/metacity-1/trough_unfocused_middle.png 2012-02-29 10:33:15 +0000 and Radiance/metacity-1/trough_unfocused_middle.png 1970-01-01 00:00:00 +0000 differ

Subscribers

People subscribed via source and target branches