mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
25dd44749e
commit
3ab36598f0
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ public class ControlFactory {
|
|||
*/
|
||||
public static Composite createCompositeSeparator(Composite parent, Color color, int preferedHeight) {
|
||||
Composite separator = createComposite(parent, 1);
|
||||
GridData gd = (GridData)separator.getLayoutData();
|
||||
GridData gd = (GridData) separator.getLayoutData();
|
||||
gd.heightHint = ((SWT.DEFAULT == preferedHeight) ? 2 : preferedHeight);
|
||||
separator.setLayoutData(gd);
|
||||
separator.setBackground(color);
|
||||
|
|
Loading…
Add table
Reference in a new issue