diff options
author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-09-12 23:53:10 -0300 |
---|---|---|
committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-09-12 23:53:10 -0300 |
commit | 3a9df46b90fb7a4a0fb9e162f32de829c871c5bd (patch) | |
tree | fd65e85d126818aa19aa043b453b9e8944f03280 /scene/gui | |
parent | cdc5264a3ef08c0e6805eb38d3f632ca21a5171e (diff) |
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 }; |