mirror of
https://github.com/brl/mutter.git
synced 2025-02-17 21:54:10 +00:00
document rounded corners options
This commit is contained in:
parent
213846a685
commit
899b6347b1
@ -18,7 +18,14 @@ Themes are in a simple XML-subset format.
|
|||||||
determines whether the title text height is included in the
|
determines whether the title text height is included in the
|
||||||
height calculation. if not specified, defaults to true.
|
height calculation. if not specified, defaults to true.
|
||||||
It also has an optional text_size="medium" attribute
|
It also has an optional text_size="medium" attribute
|
||||||
(same sizes as with Pango markup, xx-small thru medium thru xx-large) -->
|
(same sizes as with Pango markup, xx-small thru medium thru
|
||||||
|
xx-large)
|
||||||
|
|
||||||
|
Finally it has optional args rounded_top_left=true,
|
||||||
|
rounded_top_right=true, rounded_bottom_left=true,
|
||||||
|
rounded_bottom_right=true.
|
||||||
|
|
||||||
|
-->
|
||||||
<frame_geometry name="normal" has_title="true" title_size="medium">
|
<frame_geometry name="normal" has_title="true" title_size="medium">
|
||||||
<distance name="left_width" value="6"/>
|
<distance name="left_width" value="6"/>
|
||||||
<distance name="right_width" value="6"/>
|
<distance name="right_width" value="6"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user