mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-15 16:27:13 -06:00
Linux: rounded borders for popups (issue #949)
This commit is contained in:
@@ -228,6 +228,7 @@ ComboBox.noActionOnKeyNavigation false
|
||||
ComboBox.padding 2,6,2,6 javax.swing.plaf.InsetsUIResource [UI]
|
||||
ComboBox.popupBackground #323232 HSL 0 0 20 javax.swing.plaf.ColorUIResource [UI]
|
||||
ComboBox.popupInsets 5,0,5,0 javax.swing.plaf.InsetsUIResource [UI]
|
||||
ComboBox.roundedBorderWidth 1
|
||||
ComboBox.selectionArc 8
|
||||
ComboBox.selectionBackground #1458b8 HSL 215 80 40 javax.swing.plaf.ColorUIResource [UI]
|
||||
ComboBox.selectionForeground #ffffff HSL 0 0 100 javax.swing.plaf.ColorUIResource [UI]
|
||||
@@ -752,6 +753,7 @@ Popup.dropShadowColor #000000 HSL 0 0 0 javax.swing.plaf.Colo
|
||||
Popup.dropShadowInsets -4,-4,4,4 javax.swing.plaf.InsetsUIResource [UI]
|
||||
Popup.dropShadowOpacity 0.25
|
||||
Popup.dropShadowPainted true
|
||||
Popup.roundedBorderWidth 1
|
||||
|
||||
|
||||
#---- PopupMenu ----
|
||||
@@ -765,6 +767,7 @@ PopupMenu.consumeEventOnClose false
|
||||
PopupMenu.font [active] $defaultFont [UI]
|
||||
PopupMenu.foreground #dddddd HSL 0 0 87 javax.swing.plaf.ColorUIResource [UI]
|
||||
PopupMenu.hoverScrollArrowBackground #2b2b2b HSL 0 0 17 javax.swing.plaf.ColorUIResource [UI]
|
||||
PopupMenu.roundedBorderWidth 1
|
||||
PopupMenu.scrollArrowColor #b7b7b7 HSL 0 0 72 javax.swing.plaf.ColorUIResource [UI]
|
||||
|
||||
|
||||
@@ -1385,6 +1388,7 @@ ToolTip.border [lazy] 4,6,4,6 false com.formdev.flatlaf.ui.F
|
||||
ToolTip.borderCornerRadius 4
|
||||
ToolTip.font [active] $defaultFont [UI]
|
||||
ToolTip.foreground #dddddd HSL 0 0 87 javax.swing.plaf.ColorUIResource [UI]
|
||||
ToolTip.roundedBorderWidth 1
|
||||
|
||||
|
||||
#---- ToolTipManager ----
|
||||
|
||||
Reference in New Issue
Block a user