mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
5 lines
208 B
Text
5 lines
208 B
Text
LAYOUT(LogCtrlTestLayout, 400, 200)
|
|
ITEM(Button, clear, SetLabel(t_("Clear")).LeftPosZ(0, 56).BottomPosZ(0, 20))
|
|
ITEM(Button, save, SetLabel(t_("Save")).LeftPosZ(56, 56).BottomPosZ(0, 20))
|
|
END_LAYOUT
|
|
|