mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
views/system/messages: dynamic resizing of variables window in message write view
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
array(
|
||||
'name' => 'variables[]',
|
||||
'id' => 'variables',
|
||||
'size' => 27,
|
||||
'size' => count($variables),
|
||||
'multiple' => true
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user