Merge lp:~dashua/light-themes/fix.lp.740579 into lp:~ubuntu-art-pkg/light-themes/trunk

Proposed by James Schriver
Status: Rejected
Rejected by: Andrea Cimitan
Proposed branch: lp:~dashua/light-themes/fix.lp.740579
Merge into: lp:~ubuntu-art-pkg/light-themes/trunk
Diff against target: 33 lines (+6/-6)
2 files modified
Ambiance/metacity-1/metacity-theme-1.xml (+3/-3)
Radiance/metacity-1/metacity-theme-1.xml (+3/-3)
To merge this branch: bzr merge lp:~dashua/light-themes/fix.lp.740579
Reviewer Review Type Date Requested Status
Andrea Cimitan Pending
Review via email: mp+122525@code.launchpad.net

Description of the change

Unity 2D has been deprecated.

The logic behind keeping this back in Natty was to allow the re-sizing of 2D windows. Compiz/Unity manages the re-size, so the aesthetics are increased without losing usability. This was implemented in Natty and then removed because of Unity 2D. I will test Ubiquity to see if this would affect any usability.

To post a comment you must log in.

Unmerged revisions

239. By James Schriver

Ambiance/Radiance add 0px metacity borders (LP: #740579).

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 2012-02-29 10:33:15 +0000
3+++ Ambiance/metacity-1/metacity-theme-1.xml 2012-09-03 13:58:25 +0000
4@@ -11,9 +11,9 @@
5
6 <!-- general window layout -->
7 <frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false">
8- <distance name="left_width" value="1"/>
9- <distance name="right_width" value="1"/>
10- <distance name="bottom_height" value="1"/>
11+ <distance name="left_width" value="0"/>
12+ <distance name="right_width" value="0"/>
13+ <distance name="bottom_height" value="0"/>
14 <distance name="left_titlebar_edge" value="10"/>
15 <distance name="right_titlebar_edge" value="10"/>
16 <distance name="button_width" value="18"/>
17
18=== modified file 'Radiance/metacity-1/metacity-theme-1.xml'
19--- Radiance/metacity-1/metacity-theme-1.xml 2012-02-29 10:33:15 +0000
20+++ Radiance/metacity-1/metacity-theme-1.xml 2012-09-03 13:58:25 +0000
21@@ -11,9 +11,9 @@
22
23 <!-- general window layout -->
24 <frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false">
25- <distance name="left_width" value="1"/>
26- <distance name="right_width" value="1"/>
27- <distance name="bottom_height" value="1"/>
28+ <distance name="left_width" value="0"/>
29+ <distance name="right_width" value="0"/>
30+ <distance name="bottom_height" value="0"/>
31 <distance name="left_titlebar_edge" value="10"/>
32 <distance name="right_titlebar_edge" value="10"/>
33 <distance name="button_width" value="18"/>

Subscribers

People subscribed via source and target branches