Mini Kabibi Habibi
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);
}
}