mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06:00
FlatLaf.properties: added "allowed values" as comments
This commit is contained in:
@@ -199,6 +199,7 @@ ComboBox.minimumWidth=72
|
||||
ComboBox.editorColumns=0
|
||||
ComboBox.maximumRowCount=15
|
||||
[mac]ComboBox.showPopupOnNavigation=true
|
||||
# allowed values: auto, button or none
|
||||
ComboBox.buttonStyle=auto
|
||||
ComboBox.background=@textComponentBackground
|
||||
ComboBox.buttonBackground=@textComponentBackground
|
||||
@@ -519,6 +520,7 @@ Spinner.buttonDisabledArrowColor=$ComboBox.buttonDisabledArrowColor
|
||||
Spinner.buttonHoverArrowColor=$ComboBox.buttonHoverArrowColor
|
||||
Spinner.padding=@textComponentMargin
|
||||
Spinner.editorBorderPainted=false
|
||||
# allowed values: button or none
|
||||
Spinner.buttonStyle=button
|
||||
|
||||
|
||||
@@ -533,7 +535,7 @@ SplitPane.oneTouchButtonOffset={scaledInteger}2
|
||||
|
||||
SplitPaneDivider.border=null
|
||||
SplitPaneDivider.oneTouchArrowColor=$ComboBox.buttonArrowColor
|
||||
# allowed values: "grip" (default) or "plain"
|
||||
# allowed values: grip or plain
|
||||
SplitPaneDivider.style=grip
|
||||
SplitPaneDivider.gripColor=@icon
|
||||
SplitPaneDivider.gripDotCount=3
|
||||
@@ -557,9 +559,14 @@ TabbedPane.tabsOverlapBorder=false
|
||||
TabbedPane.disabledForeground=@disabledText
|
||||
TabbedPane.shadow=@background
|
||||
TabbedPane.contentBorderInsets=null
|
||||
# allowed values: moreTabsButton or arrowButtons
|
||||
TabbedPane.hiddenTabsNavigation=moreTabsButton
|
||||
# allowed values: leading, trailing, center or fill
|
||||
TabbedPane.tabAreaAlignment=leading
|
||||
# allowed values: leading, trailing or center
|
||||
TabbedPane.tabAlignment=center
|
||||
# allowed values: preferred, equal or compact
|
||||
TabbedPane.tabWidthMode=preferred
|
||||
# allowed values: chevron or triangle
|
||||
TabbedPane.arrowType=chevron
|
||||
|
||||
@@ -615,7 +622,7 @@ TextArea.background=@textComponentBackground
|
||||
|
||||
#---- TextComponent ----
|
||||
|
||||
# allowed values: "never", "once" (default) or "always"
|
||||
# allowed values: never, once or always
|
||||
TextComponent.selectAllOnFocusPolicy=once
|
||||
TextComponent.selectAllOnMouseClick=false
|
||||
TextComponent.arc=0
|
||||
|
||||
@@ -951,6 +951,7 @@ TabbedPane.tabInsets 4,12,4,12 javax.swing.plaf.InsetsUIResource [U
|
||||
TabbedPane.tabRunOverlay 0
|
||||
TabbedPane.tabSelectionHeight 3
|
||||
TabbedPane.tabSeparatorsFullHeight false
|
||||
TabbedPane.tabWidthMode preferred
|
||||
TabbedPane.tabsOpaque true
|
||||
TabbedPane.tabsOverlapBorder false
|
||||
TabbedPane.textIconGap 4
|
||||
|
||||
@@ -956,6 +956,7 @@ TabbedPane.tabInsets 4,12,4,12 javax.swing.plaf.InsetsUIResource [U
|
||||
TabbedPane.tabRunOverlay 0
|
||||
TabbedPane.tabSelectionHeight 3
|
||||
TabbedPane.tabSeparatorsFullHeight false
|
||||
TabbedPane.tabWidthMode preferred
|
||||
TabbedPane.tabsOpaque true
|
||||
TabbedPane.tabsOverlapBorder false
|
||||
TabbedPane.textIconGap 4
|
||||
|
||||
@@ -947,6 +947,7 @@ TabbedPane.tabRunOverlay 0
|
||||
TabbedPane.tabSelectionHeight 3
|
||||
TabbedPane.tabSeparatorColor #0000ff javax.swing.plaf.ColorUIResource [UI]
|
||||
TabbedPane.tabSeparatorsFullHeight false
|
||||
TabbedPane.tabWidthMode preferred
|
||||
TabbedPane.tabsOpaque true
|
||||
TabbedPane.tabsOverlapBorder false
|
||||
TabbedPane.textIconGap 4
|
||||
|
||||
@@ -681,6 +681,7 @@ TabbedPane.tabInsets
|
||||
TabbedPane.tabRunOverlay
|
||||
TabbedPane.tabSelectionHeight
|
||||
TabbedPane.tabSeparatorsFullHeight
|
||||
TabbedPane.tabWidthMode
|
||||
TabbedPane.tabsOpaque
|
||||
TabbedPane.tabsOverlapBorder
|
||||
TabbedPane.textIconGap
|
||||
|
||||
Reference in New Issue
Block a user