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/handTool2-2701.exv

// Copyright 2023 Adobe Systems Incorporated

font = static_small_font;
view(class_name: 'THandToolOptions', view_id: 'panl', width: gOptionsPanelWidth, height: gOptionsPanelHeight, placement: place_row, child_vertical: align_center, margin_width: gOptionsMarginWidth, margin_height: gOptionsMarginHeight) {
    group(view_id: 'ckgp', placement: place_row, height: gOptionsPanelHeight) {
        check_box(view_id: 'gang', class_name: 'TMiniCheckBox', alternate_icon: 'ScrollAllWindows', name: '$$$/HandToolOptions/ScrollAll=Scroll All Windows', tooltip: '$$$/HandTool/Tooltip/ScrollAll=Scroll all open document windows when using the hand tool', vertical: align_center);
        view(class_name: 'TNarrowGroupSeparator', width: 1, height: gOptionsPanelGroupBarHeight, vertical: align_center);
    }
    group(view_id: 'btgp', margin_left: 2, margin_right: 2, child_vertical: align_center, placement: place_row, spacing: 8, height: gOptionsPanelHeight) {
        button(dismiss: false, height: gSmallButtonHeight, name: '$$$/ZoomToolOptions/ActualPixelsXOne=100%', view_id: 'acpx', tooltip: '$$$/HandTool/Tooltip/ActualPixels=Zoom current window to 1:1');
        button(dismiss: false, height: gSmallButtonHeight, name: '$$$/ZoomToolOptions/FitOnScreen=Fit Screen', view_id: 'ftos', tooltip: '$$$/HandTool/Tooltip/FitOnScreen=Zoom current window to screen size');
        button(dismiss: false, height: gSmallButtonHeight, name: '$$$/ZoomToolOptions/FillScreen=Fill Screen', view_id: 'fsrn', tooltip: '$$$/HandTool/Tooltip/FillScreen=Zoom current window to fill the screen');
        view(class_name: 'TNarrowGroupSeparator', width: 1, height: gOptionsPanelGroupBarHeight, vertical: align_center);
    }
}
// Footer - Copyright 2023 Adobe Systems Incorporated