Browse Source

Remove double borders on popup menus in high contrast themes.

pull/139/head
weisj 5 years ago
parent
commit
6a20f69448
  1. 1
      theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_dark/high_contrast_dark_ui.properties
  2. 1
      theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_light/high_contrast_light_ui.properties

1
theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_dark/high_contrast_dark_ui.properties

@ -28,3 +28,4 @@ TabbedPane.selectedHoverBackground = %backgroundHover
ToolTip.paintShadow = false
ScrollBar.fadeEndColor = %ScrollBar.fadeStartColor
RootPane.borderInsets = 1,1,1,1
PopupMenu.border = javax.swing.border.EmptyBorder.EmptyBorderUIResource

1
theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_light/high_contrast_light_ui.properties

@ -31,3 +31,4 @@ TabFrameTab.selectedForeground = %textSelectionForeground
TabFrameTab.hoverForeground = %textSelectionForeground
ScrollBar.fadeEndColor = %ScrollBar.fadeStartColor
RootPane.borderInsets = 1,1,1,1
PopupMenu.border = javax.swing.border.EmptyBorder.EmptyBorderUIResource

Loading…
Cancel
Save