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
=== modified file 'Ambiance/metacity-1/metacity-theme-1.xml'
--- Ambiance/metacity-1/metacity-theme-1.xml 2012-02-29 10:33:15 +0000
+++ Ambiance/metacity-1/metacity-theme-1.xml 2012-09-03 13:58:25 +0000
@@ -11,9 +11,9 @@
1111
12<!-- general window layout -->12<!-- general window layout -->
13<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">13<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">
14 <distance name="left_width" value="1"/>14 <distance name="left_width" value="0"/>
15 <distance name="right_width" value="1"/>15 <distance name="right_width" value="0"/>
16 <distance name="bottom_height" value="1"/>16 <distance name="bottom_height" value="0"/>
17 <distance name="left_titlebar_edge" value="10"/>17 <distance name="left_titlebar_edge" value="10"/>
18 <distance name="right_titlebar_edge" value="10"/>18 <distance name="right_titlebar_edge" value="10"/>
19 <distance name="button_width" value="18"/>19 <distance name="button_width" value="18"/>
2020
=== modified file 'Radiance/metacity-1/metacity-theme-1.xml'
--- Radiance/metacity-1/metacity-theme-1.xml 2012-02-29 10:33:15 +0000
+++ Radiance/metacity-1/metacity-theme-1.xml 2012-09-03 13:58:25 +0000
@@ -11,9 +11,9 @@
1111
12<!-- general window layout -->12<!-- general window layout -->
13<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">13<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">
14 <distance name="left_width" value="1"/>14 <distance name="left_width" value="0"/>
15 <distance name="right_width" value="1"/>15 <distance name="right_width" value="0"/>
16 <distance name="bottom_height" value="1"/>16 <distance name="bottom_height" value="0"/>
17 <distance name="left_titlebar_edge" value="10"/>17 <distance name="left_titlebar_edge" value="10"/>
18 <distance name="right_titlebar_edge" value="10"/>18 <distance name="right_titlebar_edge" value="10"/>
19 <distance name="button_width" value="18"/>19 <distance name="button_width" value="18"/>

Subscribers

People subscribed via source and target branches