Fixed issue #2796 - Image/attachment preview is to small, need to download image and open it locally.
This commit is contained in:
parent
0a5c3f4f8a
commit
d58233d0ce
2 changed files with 2 additions and 1 deletions
|
@ -452,6 +452,7 @@ class App.ControllerModal extends App.Controller
|
|||
keyboard: true
|
||||
large: false
|
||||
small: false
|
||||
veryLarge: false
|
||||
head: '?'
|
||||
autoFocusOnFirstInput: true
|
||||
container: null
|
||||
|
|
|
@ -4,7 +4,7 @@ class App.TicketZoomArticleImageView extends App.ControllerModal
|
|||
buttonSubmit: 'Download'
|
||||
buttonClass: 'btn--success'
|
||||
head: ''
|
||||
large: true
|
||||
veryLarge: true
|
||||
|
||||
events:
|
||||
'submit form': 'submit'
|
||||
|
|
Loading…
Reference in a new issue