We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d201554 commit ee9d188Copy full SHA for ee9d188
src/main/kotlin/com/spoiligaming/generator/gui/element/CommonElement.kt
@@ -56,12 +56,13 @@ class CommonElement {
56
)
57
setMaxSize(410.0, 35.0)
58
setMinSize(410.0, 35.0)
59
- effect = DropShadow().apply { // Maple Lite shadow effect
60
- color = Color.color(0.0, 0.0, 0.0, 0.5)
61
- radius = 10.0
62
- offsetX = 0.0
63
- offsetY = 1.0
64
- }
+ effect =
+ DropShadow().apply { // Maple Lite shadow effect
+ color = Color.color(0.0, 0.0, 0.0, 0.5)
+ radius = 10.0
+ offsetX = 0.0
+ offsetY = 0.5
65
+ }
66
children.add(
67
Label(contentFieldTitle).apply {
68
style = "-fx-text-fill: ${ColorPalette.accentColor}; -fx-font-family: '${ResourceHandler.comfortaaBold.family}'; -fx-font-size: 14;"
0 commit comments