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:
Diffstat (limited to 'source/blender/editors/space_time')
-rw-r--r--source/blender/editors/space_time/time_header.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_time/time_header.c b/source/blender/editors/space_time/time_header.c
index 69922d24ceb..2dac1fefd09 100644
--- a/source/blender/editors/space_time/time_header.c
+++ b/source/blender/editors/space_time/time_header.c
@@ -457,8 +457,8 @@ void time_header_buttons(const bContext *C, ARegion *ar)
uiBlockBeginAlign(block);
- uiDefButI(block, TOG, B_TL_PREVIEWON,"Preview",
- xco,yco, XIC, YIC,
+ uiDefButI(block, TOG, B_TL_PREVIEWON,"PR",
+ xco,yco, XIC*3, YIC,
&scene->r.psfra,0, 1, 0, 0,
"Show settings for frame range of animation preview");