/** * Logback-beagle: The logback Console Plugin for Eclipse * Copyright (C) 2006-2012, QOS.ch. All rights reserved. * * This program and the accompanying materials are licensed under * the terms of the Eclipse Public License v1.0 as published by * the Eclipse Foundation. */ package ch.qos.logback.beagle; public class Constants { final public static int NA = -1; final public static int ICON_SIZE = 16; final public static String COLUMN_SIZE_DIALOG_SETTINGS_PREFIX = "COLUMN_SIZE_DIALOG_SETTINGS_PREFIX_"; final public static int SASH_WIDTH = 4; final public static String FONT_ID = "ch.qos.logback.beagle.fontDefinition"; final public static int DEFAULT_SASH_X_COORDINATE = 100; }