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:
authorCampbell Barton <ideasman42@gmail.com>2006-01-15 16:30:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2006-01-15 16:30:56 +0300
commit93904a476efad8d30f4d11265baa19cc4d159456 (patch)
tree597bde238ae639f8ae4684addbd1fd0fe3fc1ee5 /source/blender/src/header_seq.c
parent6f3e5931052727358201e6648bd6011d99085414 (diff)
Aligned all remaining non-aligned header buttons, (was looking yuck with rounded theme, hope this doesn't mess you up Broken)
Aligned filesel buttons|text entry- looked arse also. Added tooltips for filesel text entry- "Type in dir to create" and "+/- increment" or somthing like that. - Cam
Diffstat (limited to 'source/blender/src/header_seq.c')
-rw-r--r--source/blender/src/header_seq.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/header_seq.c b/source/blender/src/header_seq.c
index cd65317145b..444beda38e8 100644
--- a/source/blender/src/header_seq.c
+++ b/source/blender/src/header_seq.c
@@ -484,8 +484,10 @@ void seq_buttons()
/* ZOOM and BORDER */
xco+= 8;
+ uiBlockBeginAlign(block);
uiDefIconButI(block, TOG, B_VIEW2DZOOM, ICON_VIEWZOOM, xco+=XIC,0,XIC,YIC, &viewmovetemp, 0, 0, 0, 0, "Zooms view in and out (Ctrl MiddleMouse)");
uiDefIconBut(block, BUT, B_IPOBORDER, ICON_BORDERMOVE, xco+=XIC,0,XIC,YIC, 0, 0, 0, 0, 0, "Zooms view to fit area");
+ uiBlockEndAlign(block);
/* CLEAR MEM */
xco+= 8;