Mini Kabibi Habibi

Current Path : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/drover_layouts/layers/bars/
Upload File :
Current File : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/drover_layouts/layers/bars/adj_brush_bar.eve

layout adj_brush_bar {
    constant:
        bar_title: "$$$/CxUI/AdjBrush/Bar/Title=Adjustment Brush Bar";

    view context_bar(name: bar_title) {

        popup(alt: '$$$/CxUI/AdjBrushPixel/Bar/Popup/Adjustment/Tooltip=Choose adjustment type to apply',
                  identifier: 'adjBrushAdjustmentsPopup',
                  vertical: @align_center);

        context_button(alt: '$$$/CxUI/AdjBrushPixel/Bar/Button/ApplyToObject/Tooltip=Choose an object and have the adjustment applied to it',
                       identifier: 'select_object',
                       image: 'Drover_ToolMagicLasso',
                       name: "$$$/CxUI/AdjBrushPixel/Bar/Button/ApplyToObject/Name=Apply to object");
        
        tool_brush_preview(identifier: 'bprv',
                           alt: '$$$/CxUI/AdjBrushPixel/Bar/Button/Brushtip/Tooltip=Modify brush tip size and hardness');

        context_button(alt: '$$$/CxUI/Bar/Common/Button/More/Tooltip=More options',
               identifier: 'more',
               image: 'More_Options', variant: 'action', is_quiet: true);
    }
}