Update Keycheck.xml

Added scrollbar, set tighter limits.
master
AardCrowley 7 months ago committed by GitHub
parent 4cd363fdcf
commit ee75afb992
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -119,13 +119,13 @@ function keyringStart(name, line, wildcards)
"center", "center",
true, true,
true, true,
false, true,
true, true,
true, true,
true, true,
false, false,
fName, fSize, fName, fSize, fName, fSize, fName, fSize,
1000, 20,
5, 5,
true, true,
false false
@ -168,7 +168,7 @@ function keyEnd()
keyringWin:add_text(addLine, true, links) keyringWin:add_text(addLine, true, links)
end end
keyringWin:fit_contents() keyringWin:fit_contents(1200, 500)
keyringWin:set_scroll(1) keyringWin:set_scroll(1)
keyringWin:show() keyringWin:show()

Loading…
Cancel
Save