diff options
author | Andrea Del Signore <sejerpz@tin.it> | 2008-02-29 20:41:07 +0000 |
---|---|---|
committer | Thomas James Alexander Thurman <tthurman@src.gnome.org> | 2008-02-29 20:41:07 +0000 |
commit | e021e06178627cb2cb05c8937c14f69b6e1fa614 (patch) | |
tree | 461e7490491b2628efb84af068b660aadbaa008f /src/metacity.schemas.in | |
parent | 8c6f3853b0883b0a3a907eed7d545fcf8b015887 (diff) | |
download | metacity-e021e06178627cb2cb05c8937c14f69b6e1fa614.tar.gz |
Add support for "spacer" as a button type which adds some empty space.
2008-02-29 Andrea Del Signore <sejerpz@tin.it>
Add support for "spacer" as a button type which adds some
empty space. Closes #509165.
* src/ui/theme.c (meta_frame_layout_calc_geometry),
src/include/common.h (MetaButtonLayout),
src/core/prefs.c (update_button_layout, button_layout_equal),
src/metacity.schemas.in: add spacer support
svn path=/trunk/; revision=3615
Diffstat (limited to 'src/metacity.schemas.in')
-rw-r--r-- | src/metacity.schemas.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/metacity.schemas.in b/src/metacity.schemas.in index dd87b102..4c2416d7 100644 --- a/src/metacity.schemas.in +++ b/src/metacity.schemas.in @@ -37,12 +37,14 @@ <long> Arrangement of buttons on the titlebar. The value should be a string, such as - "menu:minimize,maximize,close"; the colon separates the + "menu:minimize,maximize,spacer,close"; the colon separates the left corner of the window from the right corner, and the button names are comma-separated. Duplicate buttons are not allowed. Unknown button names are silently ignored so that buttons can be added in future metacity versions without breaking older versions. + A special spacer tag can be used to insert some space between + two adjacent buttons. </long> </locale> </schema> |