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:
authorMatt Ebb <matt@mke3.net>2003-10-15 17:47:15 +0400
committerMatt Ebb <matt@mke3.net>2003-10-15 17:47:15 +0400
commitc2c7bb6648e3727fa24ac58d540c5bd146d02c4f (patch)
tree46d2aacfb28269c99a782bf2d35801927f831235 /source/blender/src/header_info.c
parent3bf09a5447b755bbb5e2a71ca108f2f16625ce7a (diff)
- Modified drawing of ICONROW controls to be clearer,
more consistent and logical. (ICONROWs haven't scrolled left/right in years! More detailed tweaking of headerbuttons positions can come when more menus are finished - added text labels to the drawtype menu in 3d view header
Diffstat (limited to 'source/blender/src/header_info.c')
-rw-r--r--source/blender/src/header_info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/header_info.c b/source/blender/src/header_info.c
index f87db3649e9..b8414a6215b 100644
--- a/source/blender/src/header_info.c
+++ b/source/blender/src/header_info.c
@@ -1676,7 +1676,7 @@ static void info_text(int x, int y)
void info_buttons(void)
{
uiBlock *block;
- short xco= 32;
+ short xco= 42;
char naam[20];
int xmax;
@@ -1741,7 +1741,7 @@ void info_buttons(void)
if (curarea->full == 0) {
curarea->butspacetype= SPACE_INFO;
- uiDefIconTextButC(block, ICONTEXTROW,B_NEWSPACE, ICON_VIEW3D, windowtype_pup(), 6,0,XIC,YIC, &(curarea->butspacetype), 1.0, SPACEICONMAX, 0, 0, "Displays Current Window Type. Click for menu of available types.");
+ uiDefIconTextButC(block, ICONTEXTROW,B_NEWSPACE, ICON_VIEW3D, windowtype_pup(), 8,0,XIC+10,YIC, &(curarea->butspacetype), 1.0, SPACEICONMAX, 0, 0, "Displays Current Window Type. Click for menu of available types.");
/* STD SCREEN BUTTONS */
// xco+= XIC;