mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-22 01:34:21 +00:00
Removed a duplicate item from the Grid demo and added some missing items
This commit is contained in:
parent
6568635216
commit
504b95b5a6
1 changed files with 4 additions and 2 deletions
|
|
@ -33,7 +33,6 @@
|
|||
{
|
||||
GridDemo()
|
||||
{
|
||||
addGridItemPanel (Colours::aquamarine, "0");
|
||||
addGridItemPanel (Colours::aquamarine, "0");
|
||||
addGridItemPanel (Colours::red, "1");
|
||||
addGridItemPanel (Colours::blue, "2");
|
||||
|
|
@ -87,7 +86,10 @@
|
|||
GridItem (items[5]),
|
||||
GridItem (items[6]),
|
||||
GridItem (items[7]),
|
||||
GridItem (items[8])
|
||||
GridItem (items[8]),
|
||||
GridItem (items[9]),
|
||||
GridItem (items[10]),
|
||||
GridItem (items[11])
|
||||
});
|
||||
|
||||
grid.performLayout (getLocalBounds());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue