Make edit share dialog wider (#34981)

This commit is contained in:
nathangray 2019-08-27 14:47:19 -06:00
parent aef91aaef7
commit c4340404c6

View File

@ -136,7 +136,7 @@ class filemanager_shares extends filemanager_ui
'group' => 1,
'icon' => 'edit',
'allowOnMultiple' => false,
'popup' => '400x200',
'popup' => '500x200',
'url' => 'menuaction=stylite.stylite_filemanager.edit_share&share_id=$id',
'disableIfNoEPL' => true
),