Fixed issue #2796 - Image/attachment preview is to small, need to download image and open it locally.

This commit is contained in:
Martin Edenhofer 2019-11-05 15:46:13 +01:00 committed by Thorsten Eckel
parent 0a5c3f4f8a
commit d58233d0ce
2 changed files with 2 additions and 1 deletions

View file

@ -452,6 +452,7 @@ class App.ControllerModal extends App.Controller
keyboard: true
large: false
small: false
veryLarge: false
head: '?'
autoFocusOnFirstInput: true
container: null

View file

@ -4,7 +4,7 @@ class App.TicketZoomArticleImageView extends App.ControllerModal
buttonSubmit: 'Download'
buttonClass: 'btn--success'
head: ''
large: true
veryLarge: true
events:
'submit form': 'submit'