Mini Kabibi Habibi
// Copyright 2023 Adobe Systems Incorporated
dialog(name: '$$$/Dialog/GoCartMessage/Title=Adobe Licensing', class_name: 'TGoCartDialog', child_vertical: align_center, show: true, width: 450, placement: place_column, child_horizontal: align_fill) {
group(show: true, placement: place_row, horizontal: align_right) {
button(name: gCancelString, view_id: 'actn', width: 100, dismiss: false);
button(name: gOKString, view_id: 'ok ', show: true, width: 100, dismiss: true);
}
group(placement: place_column, left_offset: 20, spacing: gGap, child_vertical: align_center) {
static_text(top_offset: 20, view_id: 'gcHr', name: '$$$/private/DebugPalette/ErrM=Error Message Placeholder', width: 400, height: 40);
static_text(top_offset: 20, view_id: 'gcDs', name: '$$$/private/GoCartModal/Description=GoCartDescriptionGoCartDescriptionGoCartDescriptionGoCartDescriptionGoCartDescriptionGoCartDescription', height: 80, width: 400, lines: 3, autowrap: true, resize_size_horizontal: sizeFixed);
}
}
// Footer - Copyright 2023 Adobe Systems Incorporated