This commit is contained in:
airstruck
2015-10-25 16:14:41 -04:00
parent 995825b9b3
commit ae06e78054

View File

@@ -65,7 +65,11 @@ local mainForm = { title = "Test window", id = 'mainWindow', type = 'panel',
{ type = 'panel', text = 'A slider', align = 'bottom', height = 24, padding = 4 },
{ type = 'slider', height = 32, padding = 4 },
{ type = 'panel', text = 'A stepper', align = 'bottom', height = 24, padding = 4 },
{ type = 'stepper', height = 32, padding = 4 },
{ type = 'stepper', height = 32, padding = 4, options = {
{ value = 1, text = 'Thing One' },
{ value = 2, text = 'Thing Two' },
{ value = 3, text = 'Thing Three' },
} },
},
},
{ type = 'sash', height = 4, },