From 97ac519092fc87e27c49ab21aafb41b77f40dc03 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Fri, 12 Jan 2024 10:11:19 -0700 Subject: Sidebar improvements --- ui/variablelist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/variablelist.h') diff --git a/ui/variablelist.h b/ui/variablelist.h index 2f05f853..2b7ed8e7 100644 --- a/ui/variablelist.h +++ b/ui/variablelist.h @@ -257,4 +257,5 @@ class BINARYNINJAUIAPI VariableListSidebarWidgetType : public SidebarWidgetType public: VariableListSidebarWidgetType(); virtual SidebarWidget* createWidget(ViewFrame* frame, BinaryViewRef data) override; + virtual SidebarWidgetLocation defaultLocation() const override { return SidebarWidgetLocation::RightContent; } }; -- cgit v1.3.1