blob: 757cb802195ab95d9ce7066fab1206db108dd9d1 [file] [log] [blame]
/******************************************************************************
* Copyright (c) 2006 IBM Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - Initial Implementation
*
*****************************************************************************/
package org.eclipse.ptp.utils.ui.swt;
/**
*
* @author Daniel Felix Ferber
*
*/
public class LayoutDefinitions {
public static final int marginHeight = 0;
public static final int marginWidth = 0;
public static final int marginRight = 5;
public static final int marginLeft = 5;
public static final int marginBottom = 5;
public static final int marginTop = 5;
public static final int horizontalSpacing = 4;
public static final int verticalSpacing = 5;
}