From d89cd812f310d84051c95d3f4c2852c1e752f6c1 Mon Sep 17 00:00:00 2001
From: meta-androcto <meta.androcto1@gmail.com>
Date: Tue, 24 Sep 2019 11:42:02 +1000
Subject: [PATCH] bone_selection_sets: close panels by default: T70017

---
 bone_selection_sets.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bone_selection_sets.py b/bone_selection_sets.py
index 0278bd23a..1b36987d0 100644
--- a/bone_selection_sets.py
+++ b/bone_selection_sets.py
@@ -79,6 +79,7 @@ class POSE_PT_selection_sets(Panel):
     bl_space_type = 'PROPERTIES'
     bl_region_type = 'WINDOW'
     bl_context = "data"
+    bl_options = {'DEFAULT_CLOSED'}
 
     @classmethod
     def poll(cls, context):
-- 
GitLab