This post originated from an RSS feed registered with Agile Buzz
by James Robertson.
Original Post: Closer...
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
I've received some very nice UI changes from Reinout Heeck - a BottomFeeder user in The Netherlands. I'm pushing a new build up with all the recent changes in - the upload should be done in a few hours, and the dev links on the download page will get you the new stuff. I think I'm pretty close to a release now; if everything looks good, I'll likely push the dev stuff down to the stable download directory this week. In the meantime, I got a useful tip from Michael. A user complained that there wasn't enough of a whitespace margin surrounding images, and it turns out that you can fix that yourself, with a little stylesheet editing. Simply add this line to one of the stylesheets in the "stylesheets" directory, and the next time you start Bf up, you should see the change (assuming, of course, that you use the edited stylesheet):
img { margin: 2px }
Of course, you can slap your own stylesheets in there as well. At the moment, stylesheets are only read when BottomFeeder starts up - I suppose I should add a menu option to re-read that directory...