aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionCarouselView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-10-02 17:56:06 -0400
committerbobzel <zzzman@gmail.com>2024-10-02 17:56:06 -0400
commita10e617f362e4d72288cac1ae8218ea87a661b6f (patch)
tree6669c83fd5c9527d685f9e449b6a8c90f6e93931 /src/client/views/collections/CollectionCarouselView.tsx
parent6f55a2dc0d00a50226c5ffa300d16723101f9ad7 (diff)
parentfbea2a097191f22ae20a609760bd632fc98ca414 (diff)
merged with master
Diffstat (limited to 'src/client/views/collections/CollectionCarouselView.tsx')
-rw-r--r--src/client/views/collections/CollectionCarouselView.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionCarouselView.tsx b/src/client/views/collections/CollectionCarouselView.tsx
index 7a3f1ae33..936226baf 100644
--- a/src/client/views/collections/CollectionCarouselView.tsx
+++ b/src/client/views/collections/CollectionCarouselView.tsx
@@ -179,8 +179,8 @@ export class CollectionCarouselView extends CollectionSubView() {
NativeWidth={returnZero}
NativeHeight={returnZero}
fitWidth={this._props.childLayoutFitWidth}
- showTags={true}
hideFilterStatus={true}
+ showTags={BoolCast(this.layoutDoc.showChildTags)}
containerViewPath={this.childContainerViewPath}
setContentViewBox={undefined}
onDoubleClickScript={this.onContentDoubleClick}
@@ -198,6 +198,7 @@ export class CollectionCarouselView extends CollectionSubView() {
ScreenToLocalTransform={this.contentScreentToLocalXf}
PanelWidth={this.contentPanelWidth}
PanelHeight={this.contentPanelHeight}
+ xPadding={35}
/>
);
};