Mini Kabibi Habibi
// Copyright 2023 Adobe Systems Incorporated
vHistoryWidth = gHistoryPaletteWidth;
vScrollerWidth = vHistoryWidth - gScrollerInset;
view(view_id: 'hist', class_name: 'THistoryPanel', spacing: 0, margin: 0, height: gStdPaletteHeight, width: vHistoryWidth, resize_size_vertical: sizeRelSuperView, resize_size_horizontal: sizeRelSuperView, margin_top: gPaletteTopMargin) {
scroller(view_id: 'scrl', class_name: 'TScroller', height: gStdPaletteHeight - gScrollerInset, width: vScrollerWidth, resize_size_vertical: sizeRelSuperView, resize_size_horizontal: sizeRelSuperView, vertical_scroll: true, horizontal_scroll: false, noFrame: true) {
view(view_id: 'list', class_name: 'THistoryListView', height: gStdPaletteHeight - gScrollerInset, width: vScrollerWidth, 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: 'THistoryIconView', height: gPaletteButtonBarHeight, width: vHistoryWidth - 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