renovating the interface

3 views
Skip to first unread message

GeorgS

unread,
May 19, 2008, 10:24:24 PM5/19/08
to Seashore Developers
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
Reply all
Reply to author
Forward
0 new messages