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:
authorJoshua Leung <aligorith@gmail.com>2008-12-22 14:12:48 +0300
committerJoshua Leung <aligorith@gmail.com>2008-12-22 14:12:48 +0300
commitfe29e6699cea348ec030c07eaa428064eb612c16 (patch)
treeb1f2971eda96de1bf0a334a2df7b95459018ac2e /source/blender/editors/space_time
parentcedb19ef3edcac962af8b0f661411a7e019b53c4 (diff)
2.5:
Brought back basics for Action Editor header. The contents of the menus have yet to come, but at least now the Action Editor 'looks' functional. Fixed mistake in previous commit for TimeLine header (button collision).
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 2dac1fefd09..57705ebed6a 100644
--- a/source/blender/editors/space_time/time_header.c
+++ b/source/blender/editors/space_time/time_header.c
@@ -458,11 +458,11 @@ void time_header_buttons(const bContext *C, ARegion *ar)
uiBlockBeginAlign(block);
uiDefButI(block, TOG, B_TL_PREVIEWON,"PR",
- xco,yco, XIC*3, YIC,
+ xco,yco, XIC*2, YIC,
&scene->r.psfra,0, 1, 0, 0,
"Show settings for frame range of animation preview");
- xco += XIC;
+ xco += XIC*2;
if (scene->r.psfra) {
uiDefButI(block, NUM, B_REDRAWALL,"Start:",