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
=== modified file 'Ambiance/metacity-1/metacity-theme-1.xml'
--- Ambiance/metacity-1/metacity-theme-1.xml 2015-01-01 18:17:47 +0000
+++ Ambiance/metacity-1/metacity-theme-1.xml 2016-08-03 18:10:27 +0000
@@ -216,10 +216,10 @@
216 <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/>216 <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/>
217</draw_ops>217</draw_ops>
218<draw_ops name="left_middle_background_unfocused_normal">218<draw_ops name="left_middle_background_unfocused_normal">
219 <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/>219 <rectangle color="#3c3b37" filled="true" x="0" y="1" width="width" height="height"/>
220</draw_ops>220</draw_ops>
221<draw_ops name="left_middle_background_unfocused_pressed">221<draw_ops name="left_middle_background_unfocused_pressed">
222 <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/>222 <rectangle color="#3c3b37" filled="true" x="0" y="1" width="width" height="height"/>
223</draw_ops>223</draw_ops>
224<draw_ops name="left_right_background_unfocused_normal">224<draw_ops name="left_right_background_unfocused_normal">
225 <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/>225 <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/>
@@ -254,10 +254,10 @@
254 <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/>254 <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/>
255</draw_ops>255</draw_ops>
256<draw_ops name="right_middle_background_unfocused_normal">256<draw_ops name="right_middle_background_unfocused_normal">
257 <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/>257 <rectangle color="#3c3b37" filled="true" x="0" y="1" width="width" height="height"/>
258</draw_ops>258</draw_ops>
259<draw_ops name="right_middle_background_unfocused_pressed">259<draw_ops name="right_middle_background_unfocused_pressed">
260 <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/>260 <rectangle color="#3c3b37" filled="true" x="0" y="1" width="width" height="height"/>
261</draw_ops>261</draw_ops>
262<draw_ops name="right_right_background_unfocused_normal">262<draw_ops name="right_right_background_unfocused_normal">
263 <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/>263 <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/>
264264
=== removed file 'Ambiance/metacity-1/trough_unfocused_middle.png'
265Binary 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 differ265Binary 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
=== modified file 'Radiance/metacity-1/metacity-theme-1.xml'
--- Radiance/metacity-1/metacity-theme-1.xml 2015-01-01 18:17:47 +0000
+++ Radiance/metacity-1/metacity-theme-1.xml 2016-08-03 18:10:27 +0000
@@ -213,10 +213,10 @@
213 <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/>213 <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/>
214</draw_ops>214</draw_ops>
215<draw_ops name="left_middle_background_unfocused_normal">215<draw_ops name="left_middle_background_unfocused_normal">
216 <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/>216 <rectangle color="#dfd7cf" filled="true" x="0" y="1" width="width" height="height"/>
217</draw_ops>217</draw_ops>
218<draw_ops name="left_middle_background_unfocused_pressed">218<draw_ops name="left_middle_background_unfocused_pressed">
219 <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/>219 <rectangle color="#dfd7cf" filled="true" x="0" y="1" width="width" height="height"/>
220</draw_ops>220</draw_ops>
221<draw_ops name="left_right_background_unfocused_normal">221<draw_ops name="left_right_background_unfocused_normal">
222 <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/>222 <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/>
@@ -251,10 +251,10 @@
251 <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/>251 <image filename="trough_unfocused_left.png" x="0" y="1" width="object_width" height="object_height"/>
252</draw_ops>252</draw_ops>
253<draw_ops name="right_middle_background_unfocused_normal">253<draw_ops name="right_middle_background_unfocused_normal">
254 <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/>254 <rectangle color="#dfd7cf" filled="true" x="0" y="1" width="width" height="height"/>
255</draw_ops>255</draw_ops>
256<draw_ops name="right_middle_background_unfocused_pressed">256<draw_ops name="right_middle_background_unfocused_pressed">
257 <image filename="trough_unfocused_middle.png" x="0" y="1" width="object_width" height="object_height"/>257 <rectangle color="#dfd7cf" filled="true" x="0" y="1" width="width" height="height"/>
258</draw_ops>258</draw_ops>
259<draw_ops name="right_right_background_unfocused_normal">259<draw_ops name="right_right_background_unfocused_normal">
260 <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/>260 <image filename="trough_unfocused_right.png" x="0" y="1" width="object_width" height="object_height"/>
261261
=== removed file 'Radiance/metacity-1/trough_unfocused_middle.png'
262Binary 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 differ262Binary 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