Remove non-existent value from metacity theme
parent
ed3dfcde67
commit
218abeb103
|
@ -61,9 +61,9 @@
|
||||||
<distance name="left_width" value="1" />
|
<distance name="left_width" value="1" />
|
||||||
<distance name="right_width" value="1" />
|
<distance name="right_width" value="1" />
|
||||||
<distance name="bottom_height" value="1" />
|
<distance name="bottom_height" value="1" />
|
||||||
|
<distance name="title_vertical_pad" value="0" />
|
||||||
<border name="title_border" left="0" right="0" top="0" bottom="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"/>
|
<border name="button_border" left="0" right="0" top="0" bottom="0"/>
|
||||||
<distance name="title_vertical_pad" value="0" />
|
|
||||||
</frame_geometry>
|
</frame_geometry>
|
||||||
|
|
||||||
<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal">
|
<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal">
|
||||||
|
@ -1097,17 +1097,6 @@
|
||||||
<frame focus="no" state="maximized_and_shaded" style="blank" />
|
<frame focus="no" state="maximized_and_shaded" style="blank" />
|
||||||
</frame_style_set>
|
</frame_style_set>
|
||||||
|
|
||||||
<frame_style_set name="attached_style_set">
|
|
||||||
<frame focus="yes" state="normal" resize="both" style="attached_focused" />
|
|
||||||
<frame focus="no" state="normal" resize="both" style="attached_unfocused" />
|
|
||||||
<frame focus="yes" state="maximized" style="blank" />
|
|
||||||
<frame focus="no" state="maximized" style="blank" />
|
|
||||||
<frame focus="yes" state="shaded" style="blank" />
|
|
||||||
<frame focus="no" state="shaded" style="blank" />
|
|
||||||
<frame focus="yes" state="maximized_and_shaded" style="blank" />
|
|
||||||
<frame focus="no" state="maximized_and_shaded" style="blank" />
|
|
||||||
</frame_style_set>
|
|
||||||
|
|
||||||
<!-- ::: WINDOWS ::: -->
|
<!-- ::: WINDOWS ::: -->
|
||||||
<window type="normal" style_set="normal_style_set" />
|
<window type="normal" style_set="normal_style_set" />
|
||||||
<window type="dialog" style_set="dialog_style_set" />
|
<window type="dialog" style_set="dialog_style_set" />
|
||||||
|
|
|
@ -61,9 +61,9 @@
|
||||||
<distance name="left_width" value="1" />
|
<distance name="left_width" value="1" />
|
||||||
<distance name="right_width" value="1" />
|
<distance name="right_width" value="1" />
|
||||||
<distance name="bottom_height" value="1" />
|
<distance name="bottom_height" value="1" />
|
||||||
|
<distance name="title_vertical_pad" value="0" />
|
||||||
<border name="title_border" left="0" right="0" top="0" bottom="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"/>
|
<border name="button_border" left="0" right="0" top="0" bottom="0"/>
|
||||||
<distance name="title_vertical_pad" value="0" />
|
|
||||||
</frame_geometry>
|
</frame_geometry>
|
||||||
|
|
||||||
<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal">
|
<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal">
|
||||||
|
|
Loading…
Reference in New Issue