1
0
Fork 0
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:
ed 2017-11-20 09:10:45 +00:00
parent 6568635216
commit 504b95b5a6

View file

@ -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());