[Bf-committers] Re:creator.c changes

Michael Velikanje bf-committers@blender.org
Thu, 09 Oct 2003 21:49:06 -0800


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

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

Message: 5
Date: Thu, 09 Oct 2003 13:43:04 -0800
From: Michael Velikanje <mikev@gci.net>
To: bf-committers@blender.org
Subject: [Bf-committers] creator.c changes
Reply-To: bf-committers@blender.org

The change to the default opening size of blender on OS X causes
blender to open with the header bar (blenders) under the top menu bar
(OS Xs) making access to the blender header/menu impossible.
compiled on a PowerBook titanium 550, OS X 2.6

It's a nice size though :)

Michael Velikanje