Mini Kabibi Habibi

Current Path : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Paths/Panels/
Upload File :
Current File : C:/Program Files/Adobe/Adobe Photoshop 2025/Required/layouts/Paths/Panels/pathsPalette-2020.exv

// Copyright 2023 Adobe Systems Incorporated

   view(view_id: 'path', class_name: 'TPathsPanel', spacing: 0, margin: 0, resize_size_vertical: sizeRelSuperView, resize_size_horizontal: sizeRelSuperView, margin_top: gPaletteTopMargin) {
       scroller(view_id: 'scrl', class_name: 'TScroller', vertical_scroll: true, horizontal_scroll: false, noFrame: true, height: gStdPaletteHeight - gScrollerInset, width: gStdPaletteWidth - gScrollerInset, resize_size_vertical: sizeRelSuperView, resize_size_horizontal: sizeRelSuperView) {
           view(view_id: 'list', class_name: 'TPathsListView', height: gStdPaletteHeight - gScrollerInset, width: gStdPaletteWidth - gScrollerInset, resize_size_vertical: sizeVariable, resize_size_horizontal: sizeRelSuperView);
       }
       view(margin: 0, spacing: 0, placement: place_row, horizontal: align_left, resize_size_horizontal: sizeRelSuperView, resize_size_vertical: sizeFixed, resize_location_vertical: locationRelSuperView, resize_location_horizontal: locationFixed) {
           control(view_id: 'ibar', class_name: 'TPathsIconView', height: gPaletteButtonBarHeight, width: gStdPaletteWidth - gPaletteButtonBarRightMargin, resize_size_vertical: sizeFixed, resize_size_horizontal: sizeRelSuperView);
           divider(view_id: 'edg1', vertical: align_top, horizontal: align_right, width: gPaletteButtonBarRightMargin, resize_size_horizontal: sizeFixed, resize_location_horizontal: locationRelSuperView);
       }
   }
// Footer - Copyright 2023 Adobe Systems Incorporated