scissor me baby

This commit is contained in:
airstruck
2015-12-08 17:14:49 -05:00
parent d11ea06503
commit 5e6cd8c29e
12 changed files with 138 additions and 71 deletions

View File

@@ -52,27 +52,27 @@ return { id = 'mainWindow', type = 'panel',
{ type = 'panel', id = 'mainCanvas' },
{ type = 'sash' },
{ type = 'panel', id = 'rightSideBox', width = 200, minwidth = 64, scroll = true,
{ id = 'flowTest',
{ minheight = 64,
{ id = 'flowTest', height = 'auto', minheight = 128,
{
{ type = 'label', text = 'Slider' },
{ type = 'slider', id = 'slidey', value = 0 },
{ type = 'slider', id = 'slidey', width = false },
},
{ minheight = 64,
{
{ type = 'label', text = 'Stepper' },
{ type = 'stepper',
{ type = 'stepper', id = 'stepper', width = false,
{ value = 1, text = 'Thing One' },
{ value = 2, text = 'Thing Two' },
{ value = 3, text = 'Thing Three' },
},
},
{ minheight = 64,
{
{ type = 'label', text = 'Progress' },
{ type = 'progress', id = 'progressBar', },
{ type = 'progress', id = 'progressBar', width = false },
},
},
{
{ type = 'label', text = 'Above layout' },
{ type = 'check', text = 'Flow horizontal', id = 'flowToggle', },
{ height = 'auto',
{ type = 'label', text = 'Flow test' },
{ type = 'check', text = 'Vertical controls', id = 'flowToggle', },
{ type = 'label', text = 'Some radio widgets' },
{ type = 'radio', text = 'One fish' },
{ type = 'radio', text = 'Two fish' },