|
|
@ -63,7 +63,7 @@ public abstract class TemplateThemeProfilePane<T extends TemplateTheme> extends |
|
|
|
public static final int PREVIEW_PANE_WIDTH = LEFT_TITLE_PANE_WIDTH - 10; |
|
|
|
public static final int PREVIEW_PANE_WIDTH = LEFT_TITLE_PANE_WIDTH - 10; |
|
|
|
public static final int PREVIEW_PANE_HEIGHT = LEFT_TITLE_PANE_HEIGHT - TITLE_BORDER_FONT - 16; |
|
|
|
public static final int PREVIEW_PANE_HEIGHT = LEFT_TITLE_PANE_HEIGHT - TITLE_BORDER_FONT - 16; |
|
|
|
|
|
|
|
|
|
|
|
public static final int RIGHT_PANE_WIDTH = 352; |
|
|
|
public static final int RIGHT_PANE_WIDTH = 362; |
|
|
|
public static final int RIGHT_PANE_HEIGHT = LEFT_TITLE_PANE_HEIGHT; |
|
|
|
public static final int RIGHT_PANE_HEIGHT = LEFT_TITLE_PANE_HEIGHT; |
|
|
|
public static final int COLOR_SCHEME_TITLE_PANE_WIDTH = 298; |
|
|
|
public static final int COLOR_SCHEME_TITLE_PANE_WIDTH = 298; |
|
|
|
public static final int COLOR_SCHEME_TITLE_PANE_HEIGHT = 174 + TITLE_BORDER_FONT / 2; |
|
|
|
public static final int COLOR_SCHEME_TITLE_PANE_HEIGHT = 174 + TITLE_BORDER_FONT / 2; |
|
|
@ -275,7 +275,7 @@ public abstract class TemplateThemeProfilePane<T extends TemplateTheme> extends |
|
|
|
return container; |
|
|
|
return container; |
|
|
|
} |
|
|
|
} |
|
|
|
public void addCustomEditorPane(String title, JComponent component) { |
|
|
|
public void addCustomEditorPane(String title, JComponent component) { |
|
|
|
component.setPreferredSize(new Dimension(350, 260)); |
|
|
|
component.setPreferredSize(new Dimension(360, 260)); |
|
|
|
uiTabbedPane.addTab(title, component); |
|
|
|
uiTabbedPane.addTab(title, component); |
|
|
|
} |
|
|
|
} |
|
|
|
protected JPanel createCellStyleSettingPane() { |
|
|
|
protected JPanel createCellStyleSettingPane() { |
|
|
|