Context menu mostly done

This commit is contained in:
airstruck
2015-12-21 16:14:05 -05:00
parent 147de8e010
commit 2d0dec2c70
4 changed files with 46 additions and 8 deletions

View File

@@ -41,7 +41,12 @@ return { id = 'mainWindow',
{ flow = 'x',
{ id = 'leftSideBox', minwidth = 200, width = 200, scroll = true, type = 'panel',
{ style = 'listThing', align = 'middle center',
text = 'Try the scroll wheel on this area.' },
text = 'Try the scroll wheel on this area.',
context = {
{ text = 'Use sans-serif font', id = 'sans' },
{ text = 'Use monospace font' }
}
},
{ style = 'listThing', align = 'middle center',
text = 'This text is centered, and in the middle vertically.' },
{ style = 'listThing', align = 'middle left',