From 6a2be14c25313058ff466ed7c2a6631126616263 Mon Sep 17 00:00:00 2001 From: geireann Date: Thu, 2 Sep 2021 07:24:18 -0400 Subject: set fit width to true for presntation trails --- src/client/views/MainView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 440bb6bd5..dadf5b390 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -233,7 +233,7 @@ export class MainView extends React.Component { })); } const pres = Docs.Create.PresDocument(new List(), - { title: "Untitled Trail", _viewType: CollectionViewType.Stacking, _width: 400, _height: 500, targetDropAction: "alias", _chromeHidden: true, boxShadow: "0 0" }); + { title: "Untitled Trail", _viewType: CollectionViewType.Stacking, _fitWidth: true, _width: 400, _height: 500, targetDropAction: "alias", _chromeHidden: true, boxShadow: "0 0" }); CollectionDockingView.AddSplit(pres, "right"); this.userDoc.activePresentation = pres; Doc.AddDocToList(this.userDoc.myTrails as Doc, "data", pres); -- cgit v1.2.3-70-g09d2