mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 06:21:25 +00:00
Change HSV to HSB to match the ColorSelector widget.
This commit is contained in:
parent
f0ae57836f
commit
35fa47970e
@ -241,7 +241,7 @@ PaletteEntryEditor::PaletteEntryEditor()
|
||||
, m_topBox(JI_HORIZONTAL)
|
||||
, m_bottomBox(JI_HORIZONTAL)
|
||||
, m_rgbButton("RGB", 1, JI_BUTTON)
|
||||
, m_hsvButton("HSV", 1, JI_BUTTON)
|
||||
, m_hsvButton("HSB", 1, JI_BUTTON)
|
||||
, m_entryLabel("")
|
||||
, m_moreOptions("+")
|
||||
, m_loadButton("Load")
|
||||
|
Loading…
Reference in New Issue
Block a user