diff options
author | Arvind Samptur <arvind@src.gnome.org> | 2002-09-06 11:37:03 +0000 |
---|---|---|
committer | Arvind Samptur <arvind@src.gnome.org> | 2002-09-06 11:37:03 +0000 |
commit | aa91d9f78b819ebd77baba11fdaa12954066e83c (patch) | |
tree | 0ab3563b7190784724542f6321064db75568aaa0 /theme-format.txt | |
parent | 730715228a2e4ab9c1d1ef21ace956c73d6c81f5 (diff) | |
download | metacity-aa91d9f78b819ebd77baba11fdaa12954066e83c.tar.gz metacity-aa91d9f78b819ebd77baba11fdaa12954066e83c.tar.bz2 |
Corrected errors in theme-format.txt. Patch given by Jim Bowen. Fixes #92057.
Diffstat (limited to 'theme-format.txt')
-rw-r--r-- | theme-format.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/theme-format.txt b/theme-format.txt index 1e9604a..a574e89 100644 --- a/theme-format.txt +++ b/theme-format.txt @@ -26,7 +26,7 @@ Themes are in a simple XML-subset format. rounded_bottom_right=true. --> -<frame_geometry name="normal" has_title="true" title_size="medium"> +<frame_geometry name="normal" has_title="true" title_scale="medium"> <distance name="left_width" value="6"/> <distance name="right_width" value="6"/> <distance name="bottom_height" value="7"/> @@ -93,9 +93,9 @@ Themes are in a simple XML-subset format. width="3" dash_on_length="2" dash_off_length="3"/> <rectangle color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.7" x="0" y="0" width="width - 1" height="height - 1" filled="true"/> - <arc x="0" y="0" width="width - 1" height="height - 1" + <arc color="dark gray" x="0" y="0" width="width - 1" height="height - 1" filled="false" start_angle="30" extent_angle="180"/> - <tint color="orange" alpha="0.5" x1="0" y1="0" x2="0" y2="height"/> + <tint color="orange" alpha="0.5" x="0" y="0" width="width" height="height"/> <!-- may be vertical, horizontal, diagonal --> <gradient type="diagonal" x="10" y="30" width="width / 3" height="height / 4"> |