mirror of
https://github.com/airstruck/luigi.git
synced 2026-03-14 05:36:51 -06:00
improve auto dimensions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
return { style = 'dialog',
|
||||
{ style = 'dialogHead', text = 'About LUIGI' },
|
||||
{ style = 'dialogBody', align = 'left middle', padding = 24, icon = 'logo.png', text = [[
|
||||
{ style = 'dialogBody', padding = 24, icon = 'logo.png', text = [[
|
||||
Lovely User Interfaces for Game Inventors
|
||||
|
||||
Copyright (c) 2015 airstruck
|
||||
|
||||
+9
-8
@@ -36,24 +36,25 @@ return {
|
||||
height = 400,
|
||||
},
|
||||
dialogHead = {
|
||||
type = 'panel',
|
||||
height = 40,
|
||||
size = 16,
|
||||
align = 'middle center',
|
||||
height = 22,
|
||||
size = 16,
|
||||
type = 'panel',
|
||||
},
|
||||
dialogBody = {
|
||||
wrap = true,
|
||||
padding = 4,
|
||||
align = 'left middle',
|
||||
font = 'font/DejaVuSansMono.ttf',
|
||||
padding = 4,
|
||||
wrap = true,
|
||||
},
|
||||
dialogFoot = {
|
||||
type = 'panel',
|
||||
flow = 'x',
|
||||
height = 40,
|
||||
height = 'auto',
|
||||
type = 'panel',
|
||||
padding = 4,
|
||||
},
|
||||
dialogButton = {
|
||||
type = 'button',
|
||||
width = 100,
|
||||
margin = 4,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user