Mini Kabibi Habibi
// Copyright 2023 Adobe Systems Incorporated
dialog(class_name: 'TContourNameDialog', name: '$$$/Dialog/ContourName/Title=Contour Name', target_id: 'name') {
group(placement: place_row) {
view(view_id: 'ptch', class_name: 'TContourPreview', frame: frame_bevel, height: 64, width: 64);
edit_text(view_id: 'name', name: '$$$/Dialog/ContourName/Name=&Name:', width: max_char_width() * 20, max_chars: 240);
group(child_horizontal: align_fill) {
button(name: gOKString, view_id: 'ok ',
default: true);
button(name: gCancelString, view_id: 'cncl',
default: false);
}
}
}
// Footer - Copyright 2023 Adobe Systems Incorporated