Browse Source

Merge pull request #27 from hendriks73/MissingFormattedTextFieldBorder

Made sure, FormattedTextField has the same border as TextField.
master
Konstantin Bulenkov 8 years ago committed by GitHub
parent
commit
bc267d3fd9
  1. BIN
      build/darcula.jar
  2. 1
      src/com/bulenkov/darcula/darcula.properties

BIN
build/darcula.jar

Binary file not shown.

1
src/com/bulenkov/darcula/darcula.properties

@ -93,6 +93,7 @@ ProgressBar.border=com.bulenkov.darcula.ui.DarculaProgressBarBorder
ProgressBar.foreground=808080
FormattedTextField.background=45494A
FormattedTextField.border=com.bulenkov.darcula.ui.DarculaTextBorder
TextArea.background=45494A

Loading…
Cancel
Save