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