mirror of
https://github.com/airstruck/luigi.git
synced 2025-12-19 02:16:43 +00:00
scissor me baby
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user