Skip to content

Commit

Permalink
refactored code
Browse files Browse the repository at this point in the history
  • Loading branch information
SpoilerRules committed Apr 1, 2024
1 parent b86939d commit 1834bf0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/main/kotlin/com/spoiligaming/generator/gui/Initializer.kt
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,13 @@ class Initializer : Application() {
}
}

stylesheets.add(stylesheetVisualizationManager.getModifiedStylesheet(StylesheetVisualizationManager.Stylesheet.CHECKBOX))
stylesheets.add(stylesheetVisualizationManager.getModifiedStylesheet(StylesheetVisualizationManager.Stylesheet.CONSOLE))

stylesheets.addAll(
stylesheetVisualizationManager.getModifiedStylesheet(
StylesheetVisualizationManager.Stylesheet.CHECKBOX,
),
stylesheetVisualizationManager.getModifiedStylesheet(
StylesheetVisualizationManager.Stylesheet.CONSOLE,
),
javaClass.getResource("/combobox-style.css")!!.toExternalForm(),
javaClass.getResource("/textarea-style.css")!!.toExternalForm(),
)
Expand Down

0 comments on commit 1834bf0

Please sign in to comment.