mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-348886 "File | Settings | Editor | Color Scheme | General": color fields have untidy corners
- Fixed cut text in color fields GitOrigin-RevId: 82d91f1025f2bead36ae1dcca48feacb506d5acb
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4916f43845
commit
3bc8c451e9
@@ -20,7 +20,7 @@ import static java.beans.EventHandler.create;
|
||||
public class ColorPanel extends JComponent {
|
||||
private static final RelativeFont MONOSPACED_FONT = RelativeFont.SMALL.family(Font.MONOSPACED);
|
||||
private final List<ActionListener> myListeners = new CopyOnWriteArrayList<>();
|
||||
private final JTextField myTextField = new JBTextField(8);
|
||||
private final JTextField myTextField = new JBTextField(9);
|
||||
private boolean myEditable;
|
||||
private ActionEvent myEvent;
|
||||
private Color myColor;
|
||||
|
||||
Reference in New Issue
Block a user