From 0c7de53e399e2fbf05b8d70a28b8b9729db1ac33 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan <fourdan.olivier@wanadoo.fr> Date: Wed, 21 Jul 2004 17:07:16 +0000 Subject: [PATCH] Final touch on defaults (Old svn revision: 11885) --- mcs-plugin/xfwm4_plugin.h | 2 +- themes/default/themerc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mcs-plugin/xfwm4_plugin.h b/mcs-plugin/xfwm4_plugin.h index e70d95dfd..797bff638 100644 --- a/mcs-plugin/xfwm4_plugin.h +++ b/mcs-plugin/xfwm4_plugin.h @@ -30,7 +30,7 @@ #define DEFAULT_LAYOUT "OTS|HMC" #define DEFAULT_ACTION "maximize" #define DEFAULT_ALIGN "center" -#define DEFAULT_FONT "Sans Bold 8" +#define DEFAULT_FONT "Sans Bold 10" #define DEFAULT_ICON_SIZE 48 #define MAX_ELEMENTS_BEFORE_SCROLLING 6 diff --git a/themes/default/themerc b/themes/default/themerc index b40ca7bee..b200e8755 100644 --- a/themes/default/themerc +++ b/themes/default/themerc @@ -1,10 +1,10 @@ -active_text_color=#ffffff +# active_text_color=#ffffff button_offset=0 button_spacing=2 full_width_title=true title_horizontal_offset=2 title_vertical_offset_active=2 title_vertical_offset_inactive=2 -title_shadow_active=true -# title_shadow_active=false +# title_shadow_active=true +title_shadow_active=false title_shadow_inactive=false -- GitLab