Mini Kabibi Habibi
// Copyright 2023 Adobe Systems Incorporated
vSliceStylePopupID = 3750;
font = static_small_font;
view(class_name: 'TSliceToolOptions', view_id: 'panl', width: gOptionsPanelWidth, height: gOptionsPanelHeight, spacing: gSpace, placement: place_row, child_vertical: align_center, margin_width: gOptionsMarginWidth, margin_height: gOptionsMarginHeight) {
popup(resource_id: vSliceStylePopupID, view_id: 'styl', height: gSmallPopupHeight, tooltip: '$$$/SliceToolOptions/ToolTip/Style=Set how slice tool draws');
group(placement: place_row, spacing: gGap, child_vertical: align_center, tooltip: '$$$/SliceToolOptions/ToolTip/Width=Set the slice width') {
static_text(class_name: 'THotText', view_id: 'wlab', horizontal: align_right, name: '$$$/Dialog/SliceTool/Width=Width:');
edit_text(view_id: 'wid ', class_name: 'TUnitsFixedPoint', width: 4 * max_char_width());
}
group(placement: place_row, spacing: gGap, child_vertical: align_center, tooltip: '$$$/SliceToolOptions/ToolTip/Height=Set the slice height') {
static_text(class_name: 'THotText', view_id: 'hlab', horizontal: align_right, name: '$$$/Dialog/SliceTool/Height=Height:');
edit_text(view_id: 'ht ', class_name: 'TUnitsFixedPoint', width: 4 * max_char_width());
}
view(class_name: 'TNarrowGroupSeparator', width: 1, height: gOptionsPanelGroupBarHeight, vertical: align_center);
button(view_id: 'slgd', dismiss: false, height: gSmallButtonHeight, name: '$$$/Dialog/SliceToolOptions/SlicesFromGuides=Slices From Guides', tooltip: '$$$/SliceToolOptions/Tooltip/SlicesFromGuides=Create slices from guides');
}
// Footer - Copyright 2023 Adobe Systems Incorporated