Mini Kabibi Habibi

Current Path : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Adjustments/Panels/
Upload File :
Current File : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Adjustments/Panels/adjustment-5200.exv

// 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