diff options
author | Olivier Fourdan <fourdan.olivier@wanadoo.fr> | 2006-07-16 16:56:56 +0000 |
---|---|---|
committer | Olivier Fourdan <fourdan.olivier@wanadoo.fr> | 2006-07-16 16:56:56 +0000 |
commit | 003045bcd26e3be56563cda4f0cd0213374503d6 (patch) | |
tree | 70ab9d9253914ebd3c0e20698c98ea9142b3112e /themes/default | |
parent | 66362c71c85ab6e5edefaf2061fd48c6bab8f514 (diff) | |
download | xfwm4-003045bcd26e3be56563cda4f0cd0213374503d6.tar.gz |
Make themes use new themerc option for full maximization
(Old svn revision: 22465)
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/themerc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/themes/default/themerc b/themes/default/themerc index 8a802c027..2ea0fb6ca 100644 --- a/themes/default/themerc +++ b/themes/default/themerc @@ -1,9 +1,10 @@ active_text_color=#ffffff button_offset=0 button_spacing=1 +maximized_offset=4 +show_app_icon=true title_horizontal_offset=0 -title_vertical_offset_active=1 -title_vertical_offset_inactive=1 title_shadow_active=frame title_shadow_inactive=false -show_app_icon=true +title_vertical_offset_active=1 +title_vertical_offset_inactive=1 |