mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
11 lines
314 B
Text
11 lines
314 B
Text
#ifdef LAYOUTFILE
|
|
|
|
LAYOUT(ConverterPaneLayout, 244, 76)
|
|
ITEM(LabelBox, title, LeftPosZ(8, 228).TopPosZ(4, 64))
|
|
ITEM(EditDoubleSpin, value, LeftPosZ(16, 144).TopPosZ(20, 19))
|
|
ITEM(SliderCtrl, slider, LeftPosZ(16, 144).TopPosZ(40, 20))
|
|
ITEM(DropList, unit, LeftPosZ(164, 64).TopPosZ(20, 19))
|
|
END_LAYOUT
|
|
|
|
#endif
|
|
|