[Seaside] How add some space

Dalarna Ors dalarna1907 at gmail.com
Wed Feb 26 18:25:51 UTC 2014


Hi,

I want to have some space between "New Task" and "Logout" how should I do ?

initializeMenuComponent

self menuComponent:(StMenuComponent new
addEntry: 'All' withAction: [self showAllTasks];
addEntry: 'Completed' withAction: [self showCompletedTasks];
addEntry: 'Pending' withAction: [self showPendingTasks];
addEntry: 'Missed' withAction: [self showMissedTasks];
addEntry: 'New Task' withAction: [self createNewTask.      ];
addEntry: 'Logout' withAction: [self session logout. self answer: true];
yourself).




Best Regards
//Dal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20140226/ca9c9933/attachment.htm


More information about the seaside mailing list