diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2018-09-13 11:21:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-13 11:21:31 +0200 |
| commit | 4ae78987b76c0bbb175a9b4835c5113f549c2008 (patch) | |
| tree | 535328ee3eac072b04dfe4dd66a07417ce5d40da /scene/gui | |
| parent | 1259cbf13c907e8d575232cd822cf0f8b81a5711 (diff) | |
| parent | 3a9df46b90fb7a4a0fb9e162f32de829c871c5bd (diff) | |
| download | redot-engine-4ae78987b76c0bbb175a9b4835c5113f549c2008.tar.gz | |
Merge pull request #22017 from YeldhamDev/errors_tab_changes
Add expand/collapse all buttons for the "Errors" tab
Diffstat (limited to 'scene/gui')
| -rw-r--r-- | scene/gui/control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/control.h b/scene/gui/control.h index c38cd66245..eb39d9ca0f 100644 --- a/scene/gui/control.h +++ b/scene/gui/control.h @@ -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 }; |
