mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
6 lines
274 B
Text
6 lines
274 B
Text
LAYOUT(DropListBugLayout, 204, 28)
|
|
ITEM(DropList, dropList, LeftPosZ(4, 64).TopPosZ(4, 19))
|
|
ITEM(Button, removeButton, SetLabel(t_("Remove")).LeftPosZ(144, 56).TopPosZ(4, 20))
|
|
ITEM(Button, addButton, SetLabel(t_("Add")).LeftPosZ(80, 56).TopPosZ(4, 20))
|
|
END_LAYOUT
|
|
|