Skip to content

Commit

Permalink
Add missed option name ("linetype" in theme element) to `spec.Option.…
Browse files Browse the repository at this point in the history
…kt`.
  • Loading branch information
OLarionova-HORIS committed Apr 9, 2024
1 parent 85dbbed commit fd495e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,7 @@ object Option {
const val FILL = ThemeOption.Elem.FILL
const val COLOR = ThemeOption.Elem.COLOR
const val SIZE = ThemeOption.Elem.SIZE
const val LINETYPE = ThemeOption.Elem.LINETYPE
const val FONT_FAMILY = ThemeOption.Elem.FONT_FAMILY
const val FONT_FACE = ThemeOption.Elem.FONT_FACE
const val HJUST = ThemeOption.Elem.HJUST
Expand Down

0 comments on commit fd495e5

Please sign in to comment.