~dashua/light-themes/light-themes-natty

« back to all changes in this revision

Viewing changes to Ambiance/metacity-1/metacity-theme-1.xml

  • Committer: jws141 at gmail
  • Date: 2011-03-11 21:45:47 UTC
  • Revision ID: jws141@gmail.com-20110311214547-cpbzb3mtywof2td3
Re-add padding and shadow radius accidentally removed

Show diffs side-by-side

added added

removed removed

Lines of Context:
399
399
        <button function="close" state="normal" draw_ops="close_focused_normal"/>
400
400
        <button function="close" state="prelight" draw_ops="close_focused_prelight"/>
401
401
        <button function="close" state="pressed" draw_ops="close_focused_pressed"/>
402
 
        <shadow radius="45.0" opacity="0.75" color="#abde4f" x_offset="1" y_offset="4"/>
403
 
        <padding left="5" right="5" bottom="5"/>
 
402
        <shadow radius="16.0" opacity="1.3" color="#abde4f" x_offset="1" y_offset="4"/>
 
403
        <padding left="7" right="7" bottom="7"/>
404
404
</frame_style>
405
405
 
406
406
<frame_style name="normal_unfocused" geometry="frame_geometry_normal">
439
439
        <button function="close" state="normal" draw_ops="close_unfocused_normal"/>
440
440
        <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/>
441
441
        <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/>
 
442
        <shadow radius="8.0" opacity="0.5" color="#abde4f" x_offset="1" y_offset="4"/>
 
443
        <padding left="7" right="7" bottom="7"/>
442
444
</frame_style>
443
445
 
444
446
<frame_style name="maximized_focused" geometry="geometry_maximized" parent="normal_focused">