File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ class TTDCallsWidgetType : public SidebarWidgetType
187187public:
188188 TTDCallsWidgetType ();
189189 SidebarWidget* createWidget (ViewFrame* frame, BinaryViewRef data) override ;
190- SidebarWidgetLocation defaultLocation () const override { return SidebarWidgetLocation::RightBottom ; }
190+ SidebarWidgetLocation defaultLocation () const override { return SidebarWidgetLocation::RightContent ; }
191191 SidebarContextSensitivity contextSensitivity () const override { return PerViewTypeSidebarContext; }
192192 SidebarIconVisibility defaultIconVisibility () const override { return HideSidebarIconIfNoContent; }
193193 SidebarContentClassifier* contentClassifier (ViewFrame*, BinaryViewRef) override ;
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ class TTDMemoryWidgetType : public SidebarWidgetType
204204public:
205205 TTDMemoryWidgetType ();
206206 SidebarWidget* createWidget (ViewFrame* frame, BinaryViewRef data) override ;
207- SidebarWidgetLocation defaultLocation () const override { return SidebarWidgetLocation::RightBottom ; }
207+ SidebarWidgetLocation defaultLocation () const override { return SidebarWidgetLocation::RightContent ; }
208208 SidebarContextSensitivity contextSensitivity () const override { return PerViewTypeSidebarContext; }
209209 SidebarIconVisibility defaultIconVisibility () const override { return HideSidebarIconIfNoContent; }
210210 SidebarContentClassifier* contentClassifier (ViewFrame*, BinaryViewRef) override ;
You can’t perform that action at this time.
0 commit comments