Make the default border width to 1.

This commit is contained in:
Daiki Ueno
2011-02-23 05:45:46 +09:00
parent 02d41b8dfe
commit faa5d60bea

View File

@ -657,7 +657,7 @@ eek_renderer_init (EekRenderer *self)
priv->pcontext = NULL; priv->pcontext = NULL;
priv->foreground = eek_color_new (0.3, 0.3, 0.3, 1.0); priv->foreground = eek_color_new (0.3, 0.3, 0.3, 1.0);
priv->background = eek_color_new (1.0, 1.0, 1.0, 1.0); priv->background = eek_color_new (1.0, 1.0, 1.0, 1.0);
priv->border_width = 3.0; priv->border_width = 1.0;
priv->scale = 1.0; priv->scale = 1.0;
priv->font = NULL; priv->font = NULL;
priv->outline_surface_cache = priv->outline_surface_cache =