mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Examples/DemoRunner: Accessibility updates
This commit is contained in:
parent
69085b2a61
commit
f28acdb48c
10 changed files with 232 additions and 125 deletions
|
|
@ -156,6 +156,7 @@ public:
|
|||
movieList.setDirectory (File::getSpecialLocation (File::userMoviesDirectory), true, true);
|
||||
directoryThread.startThread (1);
|
||||
|
||||
fileTree.setTitle ("Files");
|
||||
fileTree.addListener (this);
|
||||
fileTree.setColour (FileTreeComponent::backgroundColourId, Colours::lightgrey.withAlpha (0.6f));
|
||||
addAndMakeVisible (fileTree);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue