mirror of
https://github.com/keharriso/love-nuklear.git
synced 2025-09-11 00:27:48 -04:00
Allow per-context transformations (#9)
This commit is contained in:
parent
8b5482e74f
commit
26f05c82e4
6 changed files with 377 additions and 95 deletions
|
@ -24,7 +24,7 @@ return function (ui)
|
|||
ui:menuEnd()
|
||||
end
|
||||
ui:menubarEnd()
|
||||
ui:layoutRow('dynamic', 400, 3)
|
||||
ui:layoutRow('dynamic', 375, 3)
|
||||
if ui:groupBegin('Group 1', 'border') then
|
||||
ui:layoutRow('dynamic', 30, 1)
|
||||
ui:label('Left label')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue