mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Increase text field height by 2 pixels
This commit is contained in:
@@ -53,7 +53,7 @@ public class FTextField extends JTextField {
|
||||
this.setForeground(FSkin.getColor(FSkin.Colors.CLR_TEXT));
|
||||
this.setBackground(FSkin.getColor(FSkin.Colors.CLR_THEME2));
|
||||
this.setCaretColor(FSkin.getColor(FSkin.Colors.CLR_TEXT));
|
||||
this.setMargin(new Insets(2, 3, 1, 3));
|
||||
this.setMargin(new Insets(3, 3, 2, 3));
|
||||
this.setOpaque(true);
|
||||
|
||||
if (0 < builder.maxLength)
|
||||
|
||||
Reference in New Issue
Block a user