Mini Kabibi Habibi
// Copyright 2023 Adobe Systems Incorporated
font = static_small_font;
mEyeRadius = 2370;
view(class_name: 'TEyedropperOptions', view_id: 'panl', width: gOptionsPanelWidth, height: gOptionsPanelHeight, placement: place_row, child_vertical: align_center, margin_width: gOptionsMarginWidth, margin_height: gOptionsMarginHeight) {
popup(resource_id: mEyeRadius, view_id: 'eyed', height: gSmallPopupHeight, tooltip: '$$$/ColorSamplerOptions/Tooltip/SampleSize=The number of pixels sampled by the samplers');
view(class_name: 'TNarrowGroupSeparator', width: 1, height: gOptionsPanelGroupBarHeight, vertical: align_center);
button(dismiss: false, height: gSmallButtonHeight, name: '$$$/ColorSamplerOptions/Clear=Clear All', view_id: 'cler', tooltip: '$$$/ColorSamplerOptions/Tooltip/Clear=Clear all color samplers');
view(class_name: 'TNarrowGroupSeparator', width: 1, height: gOptionsPanelGroupBarHeight, vertical: align_center);
}
// Footer - Copyright 2023 Adobe Systems Incorporated