From 5adb3607dc65f99e8eef538043842e23e23ee5f2 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sun, 19 May 2019 19:33:01 +0200 Subject: [PATCH] UI: expand more image editor scope panels by default Better to show all information about the image at once, there is enough space since they are in their own category. --- release/scripts/startup/bl_ui/space_image.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/release/scripts/startup/bl_ui/space_image.py b/release/scripts/startup/bl_ui/space_image.py index 6a658418059..2562ef894f7 100644 --- a/release/scripts/startup/bl_ui/space_image.py +++ b/release/scripts/startup/bl_ui/space_image.py @@ -1493,7 +1493,6 @@ class IMAGE_PT_view_waveform(ImageScopesPanel, Panel): bl_region_type = 'UI' bl_category = "Scopes" bl_label = "Waveform" - bl_options = {'DEFAULT_CLOSED'} def draw(self, context): layout = self.layout @@ -1511,7 +1510,6 @@ class IMAGE_PT_view_vectorscope(ImageScopesPanel, Panel): bl_region_type = 'UI' bl_category = "Scopes" bl_label = "Vectorscope" - bl_options = {'DEFAULT_CLOSED'} def draw(self, context): layout = self.layout @@ -1526,7 +1524,6 @@ class IMAGE_PT_sample_line(ImageScopesPanel, Panel): bl_region_type = 'UI' bl_category = "Scopes" bl_label = "Sample Line" - bl_options = {'DEFAULT_CLOSED'} def draw(self, context): layout = self.layout