mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
8 lines
504 B
Text
8 lines
504 B
Text
LAYOUT(ChameleonLayout, 228, 68)
|
|
ITEM(Button, host, SetLabel(t_("Host")).LeftPosZ(8, 68).TopPosZ(8, 24))
|
|
ITEM(Button, std, SetLabel(t_("Standard")).LeftPosZ(80, 68).TopPosZ(8, 24))
|
|
ITEM(Button, classic, SetLabel(t_("Classic")).LeftPosZ(152, 68).TopPosZ(8, 24))
|
|
ITEM(Button, color, SetLabel(t_("Color")).LeftPosZ(8, 68).TopPosZ(36, 24))
|
|
ITEM(Button, img, SetLabel(t_("Image")).LeftPosZ(80, 68).TopPosZ(36, 24))
|
|
ITEM(Button, fn, SetLabel(t_("Function")).LeftPosZ(152, 68).TopPosZ(36, 24))
|
|
END_LAYOUT
|