diff options
author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2024-02-17 16:42:00 +0000 |
---|---|---|
committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2024-02-17 16:42:00 +0000 |
commit | d9a15e56d42e45f021c01d527df67863100840a7 (patch) | |
tree | 7e01ec814a1eae74db53522a2de40f1f81f3f43f /guispec.c | |
parent | c51962a648b3f38fc378ad0081b1d1aa037142d5 (diff) |
Diffstat (limited to 'guispec.c')
-rw-r--r-- | guispec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ #include "guifs.h" int containerprops[] = {Porientation}; -int textboxprops[] = {Ptext, Ptextcolour}; +int textboxprops[] = {Ptext, Ptextcolour, Pscroll}; GuiSpec guispecs[Gmax] = { [Gcontainer] = { "container", drawcontainer, layoutcontainer, 0, nelem(containerprops), containerprops}, |