mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added some colour IDs to BooleanPropertyComponent.
This commit is contained in:
parent
85e7ccd8be
commit
3a1ec146ba
3 changed files with 18 additions and 1 deletions
|
|
@ -111,6 +111,9 @@ LookAndFeel_V2::LookAndFeel_V2()
|
|||
TextPropertyComponent::textColourId, 0xff000000,
|
||||
TextPropertyComponent::outlineColourId, standardOutlineColour,
|
||||
|
||||
BooleanPropertyComponent::backgroundColourId, 0xffffffff,
|
||||
BooleanPropertyComponent::outlineColourId, standardOutlineColour,
|
||||
|
||||
ListBox::backgroundColourId, 0xffffffff,
|
||||
ListBox::outlineColourId, standardOutlineColour,
|
||||
ListBox::textColourId, 0xff000000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue