Status: Accepted
Owner: marianopeck
CC:
[hidden email]
Labels: Milestone-1.3
New issue 4224 by marianopeck: Put search button next to search input text
in Finder
http://code.google.com/p/pharo/issues/detail?id=4224Hi Ben. I think that having the "search" button just next to the input text
for the search is better. If you agree with this change, this is quite easy:
buildSearchModeToolBar: aWindow
^aWindow newToolbar: {
self buildSearchingTextArea.
self buildSearchButton.
self buildRegExChooser.
self buildSearchModeDropListIn: aWindow.
self buildEnvironmentButton.
self buildAllClassesButton}.
thanks
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker