Mini Kabibi Habibi

Current Path : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Canvas/Tools/
Upload File :
Current File : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Canvas/Tools/rotateTool-2704.exv

// Copyright 2023 Adobe Systems Incorporated

font = static_small_font;
vSmallAnglePickerSize = 25;
view(class_name: 'TRotationToolOptions', view_id: 'panl', width: gOptionsPanelWidth, height: gOptionsPanelHeight, placement: place_row, child_vertical: align_center, margin_width: gOptionsMarginWidth, margin_height: gOptionsMarginHeight) {
    group(placement: place_row, child_vertical: align_center, height: gOptionsPanelHeight) {
        group(spacing: 4, placement: place_row, child_vertical: align_center, tooltip: '$$$/RotateTool/ToolTip/Angle=Set angle of rotation of the view') {
            edit_text(name: '$$$/RotateTool/RotationAngle=Rotation Angle:', view_id: 'rott', class_name: 'TUnitsFixedPoint', width: max_char_width() * 3);
            control(view_id: 'apkr', class_name: 'TSmallAnglePicker', height: vSmallAnglePickerSize, width: vSmallAnglePickerSize);
        }
        button(dismiss: false, height: gSmallButtonHeight, name: '$$$/RotateToolOptions/ResetView=Reset View', view_id: 'rrot', tooltip: '$$$/RotateTool/Tooltip/Reset=Rotate current view to 0');
        check_box(view_id: 'rota', class_name: 'TMiniCheckBox', name: '$$$/RotateToolOptions/RotateAll=Rotate All Windows', alternate_icon: 'RotateAllWindows', tooltip: '$$$/RotateTool/Tooltip/RotateAll=Rotate all open document windows when using the rotate view tool');
    }
}
// Footer - Copyright 2023 Adobe Systems Incorporated