|
|
@ -104,7 +104,7 @@ public class TemplateThemeBlock<T extends TemplateTheme> extends JPanel { |
|
|
|
|
|
|
|
|
|
|
|
UILabel titleLabel = new UILabel(name); |
|
|
|
UILabel titleLabel = new UILabel(name); |
|
|
|
titleLabel.setToolTipText(name); |
|
|
|
titleLabel.setToolTipText(name); |
|
|
|
infoPane.add(titleLabel, BorderLayout.WEST); |
|
|
|
infoPane.add(titleLabel, BorderLayout.CENTER); |
|
|
|
|
|
|
|
|
|
|
|
if (profilePane != null) { |
|
|
|
if (profilePane != null) { |
|
|
|
addProfileButton(infoPane); |
|
|
|
addProfileButton(infoPane); |
|
|
|