Mini Kabibi Habibi
// Copyright 2023 Adobe Systems Incorporated
vViewWidth = gAdjustmentPaletteWidth;
vViewHeight = zstring_asinteger(zstring: '$$$/Adjustment/Metrics/Standard/PanelHeight=342');
vSliderHeight = 17;
font = static_small_font;
vTrackStyleNone = 0;
vTrackStyleStandard = 1;
vTrackStyleBandRamp = 2;
// Note - this is a special case, regular #defines such as Macintosh or WIN_32 are not available here
#ifdef MacEve
vTitleHeight = 23;
#endif
#ifdef WinEve
vTitleHeight = 25;
#endif
vPresetBottomMargin = 8;
view(view_id: 'adjU', class_name: 'TAdjustmentPanel', width: vViewWidth, resize_size_horizontal: sizeRelSuperView, resize_size_vertical: sizeRelSuperView) {
view(view_id: 'buff', class_name: 'TBufferedParent', width: vViewWidth, resize_size_horizontal: sizeRelSuperView, resize_size_vertical: sizeRelSuperView, horizontal: align_fill, child_horizontal: align_fill) {
view(view_id: 'vrbl', horizontal: align_fill, vertical: align_center) {}
}
}
// Footer - Copyright 2023 Adobe Systems Incorporated