We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d12c6 commit 4e113b9Copy full SHA for 4e113b9
1 file changed
gui/autogems.lua
@@ -66,7 +66,7 @@ function Autogems:init()
66
self:addviews{
67
widgets.FilteredList{
68
view_id = 'list',
69
- frame = {t=1, l=1, b=4},
+ frame = {t=1, l=1, b=4, w=38},
70
choices = gems,
71
on_submit = self:callback('toggle'),
72
on_submit2 = self:callback('toggleAll'),
0 commit comments