Community
Participate
Working Groups
I20090217-2200. The 'Configure Working Sets' dialog's sort check box does not use dialog font.
Created attachment 126522 [details] Set the font.
Raksha, your fix does fix the problem but I'd like to better (more generically) fix the font issue: there is no need to have all the setFont calls if we use org.eclipse.jface.dialogs.Dialog.applyDialogFont(Control) as last call in createDialogArea(...).
Created attachment 126541 [details] Set the font in createDialogArea(composite).
Comment on attachment 126541 [details] Set the font in createDialogArea(composite). Raksha, you should remove all calls to setFont.
Created attachment 126672 [details] Had left out calls to setFont in createDialogArea(). Removed them now.
Comment on attachment 126672 [details] Had left out calls to setFont in createDialogArea(). Removed them now. There are still calls left.
Created attachment 126693 [details] Added ConfigureWorkingSetAssignementAction dialog changes as well.
Thanks for the patch. Fixed in HEAD. Available in builds > N20090224-2000.