Skip to content

Commit

Permalink
Add missed theme option name ("panel_inset") to Option.kt.
Browse files Browse the repository at this point in the history
  • Loading branch information
OLarionova-HORIS committed Mar 12, 2024
1 parent 31d1573 commit 1355b59
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,7 @@ object Option {
const val AXIS_TOOLTIP_TEXT_Y = ThemeOption.AXIS_TOOLTIP_TEXT_Y

// Panel
const val PANEL_INSET = ThemeOption.PANEL_INSET
const val PANEL_BKGR_RECT = ThemeOption.PANEL_BKGR_RECT
const val PANEL_BORDER_RECT = ThemeOption.PANEL_BORDER_RECT
const val PANEL_BORDER_ONTOP = ThemeOption.PANEL_BORDER_ONTOP
Expand Down

0 comments on commit 1355b59

Please sign in to comment.