Added Author
Removed Comments
This commit is contained in:
DieGurke 2019-12-21 12:31:32 +01:00
parent 474480abb6
commit 7ec8257aff

View File

@ -25,6 +25,7 @@ import envoy.client.util.EnvoyLog;
* Created: <strong>20 Dec 2019</strong><br>
*
* @author Kai S. K. Engelbart
* @author Maximilian K&auml;fer
* @since Envoy v0.2-alpha
*/
public class ThemeCustomizationPanel extends SettingsPanel {
@ -82,9 +83,6 @@ public class ThemeCustomizationPanel extends SettingsPanel {
add(themes, gbc_themes);
// colorsPanel.setLayout(new BoxLayout(colorsPanel, BoxLayout.Y_AXIS));
// colorsPanel.setAlignmentX(Component.LEFT_ALIGNMENT);
GridBagLayout gbl_colorCustomizations = new GridBagLayout();
gbl_colorCustomizations.columnWidths = new int[] { 1, 1 };