fix fullcheckbox resize function

This commit is contained in:
Sergwest585
2024-10-22 03:22:54 +03:00
parent c725775939
commit daae8a3707
3 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ function on_open()
refresh_sensitivity()
document.search_panel:add(string.format(
"<checkbox size='20,20' id='search_key_checkbox' consumer='function(x) refresh_search() end' tooltip='%s'>%s</checkbox>",
"<checkbox size='100,24' id='search_key_checkbox' consumer='function(x) refresh_search() end' tooltip='%s'>%s</checkbox>",
gui.str("controls.key.tooltip", "settings"), gui.str("Key", "settings")
))