Mini Kabibi Habibi
// 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