Mini Kabibi Habibi
// Copyright 2023 Adobe Systems Incorporated
kTextHeight = 500;
kTextWidth = 600;
kButtonWidth = 50;
dialog(class_name: 'TPatentLegalDialog', name: '$$$/PatentLegalDialog/Title=Legal Notices', placement: place_column, child_horizontal: align_fill) {
static_text(view_id: 'tevw', height: kTextHeight, width: kTextWidth, font: static_small_font);
group(placement: place_row, spacing: gLargeSpace) {
group(child_horizontal: align_fill, spacing: gSpace) {
static_text(view_id: 'ltou', name: '$$$/LegalNotices/TermsOfUse=Terms of Use');
static_text(view_id: 'lprv', name: '$$$/LegalNotices/PrivacyPolicy=Privacy Policy');
static_text(view_id: 'lcks', name: '$$$/LegalNotices/CookiePreferences=Cookie Preferences');
static_text(view_id: 'lpii', name: '$$$/LegalNotices/DoNotSell=Do Not Sell or Share My Personal Information');
}
button(view_id: 'ok ', name: gOKString, horizontal: align_right, vertical: align_top, width: kButtonWidth, dismiss: true,
default: true);
}
}
// Footer - Copyright 2023 Adobe Systems Incorporated