Revising
Added Author Removed Comments
This commit is contained in:
parent
474480abb6
commit
7ec8257aff
@ -25,6 +25,7 @@ import envoy.client.util.EnvoyLog;
|
||||
* Created: <strong>20 Dec 2019</strong><br>
|
||||
*
|
||||
* @author Kai S. K. Engelbart
|
||||
* @author Maximilian Käfer
|
||||
* @since Envoy v0.2-alpha
|
||||
*/
|
||||
public class ThemeCustomizationPanel extends SettingsPanel {
|
||||
@ -81,9 +82,6 @@ public class ThemeCustomizationPanel extends SettingsPanel {
|
||||
gbc_themes.insets = insets;
|
||||
|
||||
add(themes, gbc_themes);
|
||||
|
||||
// colorsPanel.setLayout(new BoxLayout(colorsPanel, BoxLayout.Y_AXIS));
|
||||
// colorsPanel.setAlignmentX(Component.LEFT_ALIGNMENT);
|
||||
|
||||
GridBagLayout gbl_colorCustomizations = new GridBagLayout();
|
||||
|
||||
|
Reference in New Issue
Block a user