fix a crash

Introduced by commit 0751b38932.
This commit is contained in:
Kartik K. Agaram 2023-12-03 13:43:06 -08:00
parent d7c1fe0594
commit 9649ffea61
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Page = {
},
-- a table on the right
{ type='rows', name='searches', margin=50, data={
{ type='text', data={''},},
{ type='text', width=10, data={''},},
{ type='cols', data={
{ type='text', data={'search:'},},
{ type='text', name='search', bg={r=0.8,g=0.8,b=0.8}, data={''}, width=90,},