I did a fine tuning on the palettes and toolbar. I removed lot of
space from the borders of the palettes. This saves much space on the
screen and looks much better.
http://seashore-dev.googlegroups.com/web/MainMenu.nib.zip
I also changed some keyboard shortcuts (zoom: command+"plus/minus")
The original Nib fil is from the 0.1.9 release source dmg as I can’t
test the current code (see my previous post). I can redo the
modifications in the recent nib, later.
There are some changes on the code:
BrushUtility.m line 40-42:
[view setHasVerticalScroller:YES];
+ [view setAutohidesScrollers:YES];
m [view setBorderType:NSLineBorder];
TextureUtility.m line 50-52:
[view setHasVerticalScroller:YES];
+ [view setAutohidesScrollers:YES];
m [view setBorderType:NSLineBorder];
PegarusUtility.m line 25-27:
[layersView setHasVerticalScroller:YES];
+ [layersView setAutohidesScrollers:YES];
m [layersView setBorderType:NSLineBorder];
I hope you like it and use it (some parts of it in the new release)
GeorgS