mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 12:11:54 +00:00
Added: Simple editor - change background color
This commit is contained in:
@@ -42,7 +42,7 @@ import javax.swing.JPanel;
|
||||
*/
|
||||
public class GuidesDialog extends AppDialog {
|
||||
|
||||
private final ConfigurationColorSelection colorSelection;
|
||||
private final ColorSelectionButton colorSelection;
|
||||
private final JCheckBox showGuidesCheckBox;
|
||||
private final JCheckBox snapToGuidesCheckBox;
|
||||
private final JCheckBox lockGuidesCheckBox;
|
||||
@@ -68,7 +68,7 @@ public class GuidesDialog extends AppDialog {
|
||||
|
||||
centralPanel.add(colorLabel, c);
|
||||
|
||||
colorSelection = new ConfigurationColorSelection(Configuration.guidesColor, Configuration.guidesColor.get(), null);
|
||||
colorSelection = new ColorSelectionButton(Configuration.guidesColor.get(), null);
|
||||
colorLabel.setLabelFor(colorSelection);
|
||||
c.gridx = 1;
|
||||
c.anchor = GridBagConstraints.LINE_START;
|
||||
|
||||
Reference in New Issue
Block a user