Browse Source

Adjusted combobox table cell insets.

pull/127/head
weisj 5 years ago
parent
commit
b4deacfc9f
  1. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/comboBox.properties

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/comboBox.properties

@ -39,7 +39,7 @@ ComboBox.arc = %arc
ComboBox.borderThickness = %borderThickness ComboBox.borderThickness = %borderThickness
ComboBox.selectionForeground = %textSelectionForeground ComboBox.selectionForeground = %textSelectionForeground
ComboBox.insets = 5,5,5,5 ComboBox.insets = 5,5,5,5
ComboBox.cellEditorInsets = 1,1,1,1 ComboBox.cellEditorInsets = 0,0,0,0
ComboBox.buttonPad = 4 ComboBox.buttonPad = 4
#Icons #Icons

Loading…
Cancel
Save