Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-07-16 02:58:12 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-07-16 02:58:12 +0400
commit7c2fb421957da7d2e167283cd6c95a1a7a26c7f7 (patch)
treeac422765c21190baae07021c19d31ec8526fc2cd /source/blender/editors/interface/interface_style.c
parenta8ce1a15860297e530cb71529066758eca8fa02b (diff)
2.5: Defaults
* Wave modifier speed 0.5 -> 0.25. * Particles even and random distribution on. * Particles normal velocity 0.0 -> 1.0. * Particles size 1.0 -> 0.05. * Particles draw emitter and material color on. * Field strength 0.0 -> 1.0 * Object drawing without material was not consistent with default material. * Panel title 13 -> 12 points.
Diffstat (limited to 'source/blender/editors/interface/interface_style.c')
-rw-r--r--source/blender/editors/interface/interface_style.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface_style.c b/source/blender/editors/interface/interface_style.c
index 57f35f71927..6faa658c3d0 100644
--- a/source/blender/editors/interface/interface_style.c
+++ b/source/blender/editors/interface/interface_style.c
@@ -92,7 +92,7 @@ static uiStyle *ui_style_new(ListBase *styles, const char *name)
style->panelzoom= 1.0;
style->paneltitle.uifont_id= UIFONT_DEFAULT;
- style->paneltitle.points= 13;
+ style->paneltitle.points= 12;
style->paneltitle.kerning= 0;
style->paneltitle.shadow= 5;
style->paneltitle.shadx= 2;