Make rounded corners on metacity theme

This commit is contained in:
EliverLara
2020-01-15 12:00:17 -06:00
parent e90cd12def
commit fa067c922e
2 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@
<!-- GEOMETRY -->
<!-- Focused window -->
<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1">
<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4">
<distance name="left_width" value="0" />
<distance name="right_width" value="0" />
<distance name="bottom_height" value="0" />
@@ -42,7 +42,7 @@
</frame_geometry>
<!-- Unfocused window -->
<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal" >
<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="4" rounded_top_right="4" parent="normal" >
<distance name="left_width" value="0" />
<distance name="right_width" value="0" />
<distance name="bottom_height" value="0" />

View File

@@ -29,7 +29,7 @@
<!-- GEOMETRY -->
<!-- Focused window -->
<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1">
<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4">
<distance name="left_width" value="1" />
<distance name="right_width" value="1" />
<distance name="bottom_height" value="3" />
@@ -42,7 +42,7 @@
</frame_geometry>
<!-- Unfocused window -->
<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal" >
<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="4" rounded_top_right="4" parent="normal" >
<distance name="left_width" value="0" />
<distance name="right_width" value="0" />
<distance name="bottom_height" value="0" />