Community
Participate
Working Groups
.
Created attachment 2593 [details] fixes fixes: ChangeVariableValueInputDialog LaunchConfigurationPropertiesDialog LaunchConfigurationsDialog LaunchConfigurationTabGroupViewer LaunchConfigurationWorkingSetPage ComboFieldEditor DebugActionGroupsPreferencePage LaunchHistoryPreferencePage ProcessPropertyPage CommonTab
public static applyDialogFont(Control control) has been added to Dialog. This can be called to apply the dialog font to the tree of a control whose font is the default font. I could not hook this up by default because it causes some layout problems on many of the pages and dialogs we have if it is called after widget creation as sizing is frequently done in the creation code. We do not wish to generate any layout problems by the addition of this API. I have also changed initializeBounds to use the dialog font for the calculations and not the font of the passed control. In the dialog provided by the workbench this will not do anything but for those dialogs provided by other components this will allow them to do the sizing before applying the dialog font.
Patch applied. Thanks Sebastian. For the dialogs, applyDialogFont(Control) is called. Please verify Luc.
Verified.
Version: 2.1.0 Build id: 200303272130 Debug/Launch History Preference Page does not use Dialog Font.
Fixed in LaunchHistoryPreferenceTab and LaunchHistoryPreferencePage. Please verify Luc.
Verified in build 200306042359