blob: 0da7f4fdd69c06335c894d21f535d2b712086701 [file] [log] [blame]
/*
* Copyright (c) 2012 Eurotech Inc. All rights reserved.
*
* 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:
* Chad Kienle
*/
package org.eclipse.paho.client.eclipse.view;
/**
* Constants for widget sizing defaults
*/
public class ClientConstants {
protected static final int BUTTON_WIDTH = 120;
protected static final int BUTTON_HEIGHT = 25;
}