mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-13 07:17:13 -06:00
UIDefaultsLoader: reduced need for {float} in properties files and in CSS styles
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
- Component.innerFocusWidth 0.5
|
||||
+ Component.innerFocusWidth 0
|
||||
|
||||
- Component.innerOutlineWidth 1.0
|
||||
- Component.innerOutlineWidth 1
|
||||
+ Component.innerOutlineWidth 0
|
||||
|
||||
|
||||
|
||||
@@ -234,7 +234,7 @@ Component.focusedBorderColor #446e9e HSL 212 40 44 javax.swing.plaf.Colo
|
||||
Component.grayFilter [lazy] [unknown type] com.formdev.flatlaf.util.GrayFilter
|
||||
Component.hideMnemonics true
|
||||
Component.innerFocusWidth 0.5
|
||||
Component.innerOutlineWidth 1.0
|
||||
Component.innerOutlineWidth 1
|
||||
Component.linkColor #579bf6 HSL 214 90 65 javax.swing.plaf.ColorUIResource [UI]
|
||||
Component.minimumWidth 64
|
||||
Component.warning.borderColor #725627 HSL 38 49 30 javax.swing.plaf.ColorUIResource [UI]
|
||||
@@ -1000,7 +1000,7 @@ TabbedPane.buttonInsets 2,1,2,1 javax.swing.plaf.InsetsUIResource [UI]
|
||||
TabbedPane.buttonPressedBackground #282a2c HSL 210 5 16 com.formdev.flatlaf.util.DerivedColor [UI] darken(8%)
|
||||
TabbedPane.closeArc 4
|
||||
TabbedPane.closeCrossFilledSize 7.5
|
||||
TabbedPane.closeCrossLineWidth 1.0
|
||||
TabbedPane.closeCrossLineWidth 1
|
||||
TabbedPane.closeCrossPlainSize 7.5
|
||||
TabbedPane.closeForeground #8c8c8c HSL 0 0 55 javax.swing.plaf.ColorUIResource [UI]
|
||||
TabbedPane.closeHoverBackground #484c4e HSL 200 4 29 com.formdev.flatlaf.util.DerivedColor [UI] lighten(5% autoInverse)
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
- Component.innerFocusWidth 0.5
|
||||
+ Component.innerFocusWidth 0
|
||||
|
||||
- Component.innerOutlineWidth 1.0
|
||||
- Component.innerOutlineWidth 1
|
||||
+ Component.innerOutlineWidth 0
|
||||
|
||||
|
||||
|
||||
@@ -238,7 +238,7 @@ Component.focusedBorderColor #89b0d4 HSL 209 47 68 javax.swing.plaf.Colo
|
||||
Component.grayFilter [lazy] [unknown type] com.formdev.flatlaf.util.GrayFilter
|
||||
Component.hideMnemonics true
|
||||
Component.innerFocusWidth 0.5
|
||||
Component.innerOutlineWidth 1.0
|
||||
Component.innerOutlineWidth 1
|
||||
Component.linkColor #236db2 HSL 209 67 42 javax.swing.plaf.ColorUIResource [UI]
|
||||
Component.minimumWidth 64
|
||||
Component.warning.borderColor #fed284 HSL 38 98 76 javax.swing.plaf.ColorUIResource [UI]
|
||||
@@ -1005,7 +1005,7 @@ TabbedPane.buttonInsets 2,1,2,1 javax.swing.plaf.InsetsUIResource [UI]
|
||||
TabbedPane.buttonPressedBackground #d9d9d9 HSL 0 0 85 com.formdev.flatlaf.util.DerivedColor [UI] darken(10% autoInverse)
|
||||
TabbedPane.closeArc 4
|
||||
TabbedPane.closeCrossFilledSize 7.5
|
||||
TabbedPane.closeCrossLineWidth 1.0
|
||||
TabbedPane.closeCrossLineWidth 1
|
||||
TabbedPane.closeCrossPlainSize 7.5
|
||||
TabbedPane.closeForeground #8c8c8c HSL 0 0 55 javax.swing.plaf.ColorUIResource [UI]
|
||||
TabbedPane.closeHoverBackground #bfbfbf HSL 0 0 75 com.formdev.flatlaf.util.DerivedColor [UI] darken(20% autoInverse)
|
||||
|
||||
@@ -234,7 +234,7 @@ Component.focusedBorderColor #466d94 HSL 210 36 43 javax.swing.plaf.Colo
|
||||
Component.grayFilter [lazy] [unknown type] com.formdev.flatlaf.util.GrayFilter
|
||||
Component.hideMnemonics true
|
||||
Component.innerFocusWidth 0.5
|
||||
Component.innerOutlineWidth 1.0
|
||||
Component.innerOutlineWidth 1
|
||||
Component.minimumWidth 64
|
||||
|
||||
|
||||
@@ -1006,7 +1006,7 @@ TabbedPane.buttonInsets 2,1,2,1 javax.swing.plaf.InsetsUIResource [UI]
|
||||
TabbedPane.buttonPressedBackground #ffc800 HSL 47 100 50 javax.swing.plaf.ColorUIResource [UI]
|
||||
TabbedPane.closeArc 999
|
||||
TabbedPane.closeCrossFilledSize 6.5
|
||||
TabbedPane.closeCrossLineWidth 2.0
|
||||
TabbedPane.closeCrossLineWidth 2
|
||||
TabbedPane.closeCrossPlainSize 12.0
|
||||
TabbedPane.closeForeground #ff0000 HSL 0 100 50 javax.swing.plaf.ColorUIResource [UI]
|
||||
TabbedPane.closeHoverBackground #aa0000 HSL 0 100 33 javax.swing.plaf.ColorUIResource [UI]
|
||||
|
||||
Reference in New Issue
Block a user