summaryrefslogtreecommitdiff
path: root/ui/variablelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/variablelist.h')
-rw-r--r--ui/variablelist.h1
1 files changed, 1 insertions, 0 deletions
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; }
};