Browse Source

Update textfield border to reflect new borders in IntelliJ.

pull/214/head
weisj 4 years ago
parent
commit
7ca292cc87
  1. 4
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/text.properties

4
core/src/main/resources/com/github/weisj/darklaf/properties/ui/text.properties

@ -50,8 +50,8 @@ TextField.selectionForeground = %textCompSelectionForeground
TextField.keepSelectionOnFocusLost = true TextField.keepSelectionOnFocusLost = true
TextField.extendSelection = false TextField.extendSelection = false
TextField.arc = %arc TextField.arc = 0
TextField.focusArc = %arcFocus TextField.focusArc = %arcSecondaryFocus
TextField.searchArc = %arc TextField.searchArc = %arc
TextField.searchFocusArc = %arcFocus TextField.searchFocusArc = %arcFocus
TextField.borderThickness = %borderThickness TextField.borderThickness = %borderThickness

Loading…
Cancel
Save