[Bf-committers] creator.c changes

Michael Velikanje bf-committers@blender.org
Fri, 10 Oct 2003 13:53:19 -0800


:^) Is beautiful. '		/* 40 + 684 + (headers) 22 + 22 = 768, the 
powerbook screen height */
		setprefsize(120, 40, 850, 684);'

I really like the new UI look :)

Michael Velikanje



-------------------------

Message: 1
Date: Thu, 09 Oct 2003 21:49:06 -0800
From: Michael Velikanje <mikev@gci.net>
To: bf-committers@blender.org
Subject: [Bf-committers] Re:creator.c changes
Reply-To: bf-committers@blender.org

After playing with the opening size in creator.c I ended up back at
'setprefsize(100, 100, 800, 600);' for OS X, my 15" PowerBook has a
screen resolution of 1152x768 so the opening size of 'setprefsize(170,
100, 900, 768);' always puts the blender header/menu under the OS X
header, it seems that it's a default for OS X to do so as even setting
the 'setprefsize(170, 100, 900, 768);' to 'setprefsize(170, 170, 900,
768); to try and force the header down didn't work.
It's a nice idea, it just doesn't work on the powerbook.

Michael Velikanje