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 keyboard: true
large: false large: false
small: false small: false
veryLarge: false
head: '?' head: '?'
autoFocusOnFirstInput: true autoFocusOnFirstInput: true
container: null container: null

View file

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