Merge lp:~ismise/light-themes/shadow-fix into lp:~ubuntu-art-pkg/light-themes/trunk

Proposed by Jay Ó Broin
Status: Needs review
Proposed branch: lp:~ismise/light-themes/shadow-fix
Merge into: lp:~ubuntu-art-pkg/light-themes/trunk
Diff against target: 24 lines (+2/-2)
2 files modified
Ambiance/metacity-1/metacity-theme-1.xml (+1/-1)
Radiance/metacity-1/metacity-theme-1.xml (+1/-1)
To merge this branch: bzr merge lp:~ismise/light-themes/shadow-fix
Reviewer Review Type Date Requested Status
Ubuntu Artwork Packagers Pending
Review via email: mp+79029@code.launchpad.net

Description of the change

Fix regression: Make active window throw a larger shadow as it did in Natty.

To post a comment you must log in.
Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Looks like a good fix, but attached to the wrong bug. This fix does not resolve the problem described in the bug description of bug 864694.

Unmerged revisions

168. By Jay Ó Broin

Make active window throw a larger shadow as it did in Natty

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 2011-08-24 09:12:05 +0000
+++ Ambiance/metacity-1/metacity-theme-1.xml 2011-10-11 21:16:23 +0000
@@ -414,7 +414,7 @@
414 <button function="close" state="normal" draw_ops="close_focused_normal"/>414 <button function="close" state="normal" draw_ops="close_focused_normal"/>
415 <button function="close" state="prelight" draw_ops="close_focused_prelight"/>415 <button function="close" state="prelight" draw_ops="close_focused_prelight"/>
416 <button function="close" state="pressed" draw_ops="close_focused_pressed"/>416 <button function="close" state="pressed" draw_ops="close_focused_pressed"/>
417 <shadow radius="8.0" opacity="0.75" color="#abde4f" x_offset="1" y_offset="4"/>417 <shadow radius="24.0" opacity="0.75" color="#abde4f" x_offset="1" y_offset="4"/>
418 <padding left="7" right="7" bottom="7"/>418 <padding left="7" right="7" bottom="7"/>
419</frame_style>419</frame_style>
420420
421421
=== modified file 'Radiance/metacity-1/metacity-theme-1.xml'
--- Radiance/metacity-1/metacity-theme-1.xml 2011-08-23 15:13:57 +0000
+++ Radiance/metacity-1/metacity-theme-1.xml 2011-10-11 21:16:23 +0000
@@ -410,7 +410,7 @@
410 <button function="close" state="normal" draw_ops="close_focused_normal"/>410 <button function="close" state="normal" draw_ops="close_focused_normal"/>
411 <button function="close" state="prelight" draw_ops="close_focused_prelight"/>411 <button function="close" state="prelight" draw_ops="close_focused_prelight"/>
412 <button function="close" state="pressed" draw_ops="close_focused_pressed"/>412 <button function="close" state="pressed" draw_ops="close_focused_pressed"/>
413 <shadow radius="8.0" opacity="0.75" color="#abde4f" x_offset="1" y_offset="4"/>413 <shadow radius="24.0" opacity="0.75" color="#abde4f" x_offset="1" y_offset="4"/>
414 <padding left="7" right="7" bottom="7"/>414 <padding left="7" right="7" bottom="7"/>
415</frame_style>415</frame_style>
416416

Subscribers

People subscribed via source and target branches