|
|
@ -1,6 +1,6 @@ |
|
|
|
# MIT License |
|
|
|
# MIT License |
|
|
|
# |
|
|
|
# |
|
|
|
# Copyright (c) 2019-2021 Jannis Weis |
|
|
|
# Copyright (c) 2019-2022 Jannis Weis |
|
|
|
# |
|
|
|
# |
|
|
|
# Permission is hereby granted, free of charge, to any person obtaining a copy |
|
|
|
# Permission is hereby granted, free of charge, to any person obtaining a copy |
|
|
|
# of this software and associated documentation files (the "Software"), to deal |
|
|
|
# of this software and associated documentation files (the "Software"), to deal |
|
|
@ -30,13 +30,14 @@ ScrollBar.macos.hideScrollBar = false |
|
|
|
ScrollBar.macos.hideDelay = 1200 |
|
|
|
ScrollBar.macos.hideDelay = 1200 |
|
|
|
|
|
|
|
|
|
|
|
TooltipUI = com.github.weisj.darklaf.ui.tooltip.DarkMacTooltipUI |
|
|
|
TooltipUI = com.github.weisj.darklaf.ui.tooltip.DarkMacTooltipUI |
|
|
|
|
|
|
|
Tooltip.borderRadius = 10 |
|
|
|
|
|
|
|
ToolTip.paintShadow = false |
|
|
|
|
|
|
|
|
|
|
|
Table.alternateRowColor = true |
|
|
|
Table.alternateRowColor = true |
|
|
|
Tree.alternateRowColor = true |
|
|
|
Tree.alternateRowColor = true |
|
|
|
List.alternateRowColor = true |
|
|
|
List.alternateRowColor = true |
|
|
|
FileChooser.listViewWindowsStyle = false |
|
|
|
FileChooser.listViewWindowsStyle = false |
|
|
|
PopupMenu.defaultLightWeightPopups = false |
|
|
|
PopupMenu.defaultLightWeightPopups = false |
|
|
|
ToolTip.paintShadow = false |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
InternalFrame.icon = navigation/arrow/thick/arrowDown.svg[themed] |
|
|
|
InternalFrame.icon = navigation/arrow/thick/arrowDown.svg[themed] |
|
|
|
InternalFrame.useExternalMenuBar = true |
|
|
|
InternalFrame.useExternalMenuBar = true |
|
|
|