Merge pull request #22017 from YeldhamDev/errors_tab_changes

Add expand/collapse all buttons for the "Errors" tab
This commit is contained in:
Rémi Verschelde
2018-09-13 11:21:31 +02:00
committed by GitHub
4 changed files with 61 additions and 13 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ public:
SIZE_EXPAND = 2,
SIZE_EXPAND_FILL = SIZE_EXPAND | SIZE_FILL,
SIZE_SHRINK_CENTER = 4, //ignored by expand or fill
SIZE_SHRINK_END = 8, //ignored by expand or fil
SIZE_SHRINK_END = 8, //ignored by expand or fill
};