Mini Kabibi Habibi
// Copyright 2023 Adobe Systems Incorporated
font = static_small_font;
view(class_name: 'TNeuralGalleryHandToolOptions', 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', vertical: align_center, name: '$$$/NeuralGallery/HandToolOptions/ScrollAll=Scroll All Windows', tooltip: '$$$/NeuralGallery/HandTool/Tooltip/ScrollAll=Scroll all open document windows when using the hand tool');
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(view_id: 'acpx', dismiss: false, height: gSmallButtonHeight, name: '$$$/NeuralGallery/ZoomToolOptions/ActualPixelsXOne=100%', tooltip: '$$$/NeuralGallery/HandTool/Tooltip/ActualPixels=Zoom current window to 1:1');
button(view_id: 'ftos', dismiss: false, height: gSmallButtonHeight, name: '$$$/NeuralGallery/ZoomToolOptions/FitOnScreen=Fit Screen', tooltip: '$$$/NeuralGallery/HandTool/Tooltip/FitOnScreen=Zoom current window to screen size');
button(view_id: 'fsrn', dismiss: false, height: gSmallButtonHeight, name: '$$$/NeuralGallery/ZoomToolOptions/FillScreen=Fill Screen', tooltip: '$$$/NeuralGallery/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