Skip to content

Commit

Permalink
Cinnamon: Fix top border appearing when window is maximized #87
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Dec 17, 2020
1 parent 8f3801b commit 110e86c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metacity-1/metacity-theme-3.xml
Expand Up @@ -105,7 +105,7 @@
<distance name="left_width" value="0" />
<distance name="right_width" value="0" />
<distance name="bottom_height" value="0" />
<distance name="title_vertical_pad" value="8" />
<distance name="title_vertical_pad" value="0" />
<border name="title_border" left="0" right="0" top="0" bottom="0" />
<border name="button_border" left="0" right="0" top="0" bottom="0" />
</frame_geometry>
Expand Down
2 changes: 1 addition & 1 deletion metacity-1/metacity-theme.xml
Expand Up @@ -105,7 +105,7 @@
<distance name="left_width" value="0" />
<distance name="right_width" value="0" />
<distance name="bottom_height" value="0" />
<distance name="title_vertical_pad" value="8" />
<distance name="title_vertical_pad" value="0" />
<border name="title_border" left="0" right="0" top="0" bottom="0" />
<border name="button_border" left="0" right="0" top="0" bottom="0" />
</frame_geometry>
Expand Down

0 comments on commit 110e86c

Please sign in to comment.