Merge lp:~xnox/ubuntu-themes/0px-borders-for-ubiquity into lp:ubuntu-themes

Proposed by Dimitri John Ledkov
Status: Work in progress
Proposed branch: lp:~xnox/ubuntu-themes/0px-borders-for-ubiquity
Merge into: lp:ubuntu-themes
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:~xnox/ubuntu-themes/0px-borders-for-ubiquity
Reviewer Review Type Date Requested Status
Dimitri John Ledkov Needs Fixing
Lars Karlitski (community) Approve
Review via email: mp+214727@code.launchpad.net

Commit message

Enable borderless mode under metacity as well (for e.g. ubiquity). (LP: #1304363)

Description of the change

Enable borderless mode under metacity as well (for e.g. ubiquity). (LP: #1304363)

To post a comment you must log in.
Revision history for this message
Lars Karlitski (larsu) wrote :

Looks good to me. Thanks.

review: Approve
Revision history for this message
Dimitri John Ledkov (xnox) wrote :
review: Needs Fixing

Unmerged revisions

377. By Dimitri John Ledkov

Enable borderless mode under metacity as well (for e.g. ubiquity). (LP: #1304363)

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 2014-04-08 11:52:30 +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 2014-04-08 11:52:30 +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