Mini Kabibi Habibi
// Copyright 2023 Adobe Systems Incorporated
resource_id = 1710;
kPalWidth = gInfoPaletteWidth;
kStatusHeight = 16;
kStatusPopWidth = 14;
kSpacerWidth = kPalWidth - 21;
view(class_name: 'TInfoPanel', width: kPalWidth, isResizeable: true, view_id: 'info', placement: place_column, resize_size_horizontal: sizeRelSuperView, resize_size_vertical: sizeRelSuperView) {
view(class_name: 'TBufferedParent', resize_size_horizontal: sizeSuperView, resize_size_vertical: sizeVariable, view_id: 'buff', child_horizontal: align_fill) {
view(view_id: 'bevl', width: kPalWidth, resize_size_horizontal: sizeRelSuperView, resize_size_vertical: sizeFixed, spacing: 0, child_horizontal: align_fill) {
view(view_id: 'infv', class_name: 'TInfoView', height: gInfoPaletteHeight, width: kPalWidth - 2, horizontal: align_center, resize_size_horizontal: sizeRelSuperView, resize_size_vertical: sizeFixed);
view(view_id: 'stgp', margin: 0, width: kPalWidth, resize_size_horizontal: sizeRelSuperView) {
view(height: 2, width: kPalWidth, class_name: 'TBevelViewDown', resize_size_horizontal: sizeRelSuperView, horizontal: align_fill);
group(margin_width: 10, margin_bottom: 5, spacing: 0, resize_size_horizontal: sizeRelSuperView) {
static_text(view_id: 'stbx', wincontrol: false, font: static_small_font, resize_size_horizontal: sizeRelSuperView, width: kSpacerWidth);
}
}
view(view_id: 'thgp', margin: 0, width: kPalWidth, resize_size_horizontal: sizeRelSuperView) {
view(height: 2, width: kPalWidth, class_name: 'TBevelViewDown', resize_size_horizontal: sizeRelSuperView, horizontal: align_fill);
group(margin_width: 10, margin_bottom: 5, spacing: 0, resize_size_horizontal: sizeRelSuperView) {
static_text(view_id: 'thlp', wincontrol: false, font: static_small_font, resize_size_horizontal: sizeRelSuperView, width: kSpacerWidth, lines: 6);
}
}
}
}
}
// Footer - Copyright 2023 Adobe Systems Incorporated