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
|
keyboard: true
|
||||||
large: false
|
large: false
|
||||||
small: false
|
small: false
|
||||||
|
veryLarge: false
|
||||||
head: '?'
|
head: '?'
|
||||||
autoFocusOnFirstInput: true
|
autoFocusOnFirstInput: true
|
||||||
container: null
|
container: null
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue