mirror of https://github.com/GNOME/gimp.git
Fix the 1280x720 document template
This commit is contained in:
parent
54158342ca
commit
b84874a798
|
@ -241,8 +241,8 @@
|
||||||
(fill-type background-fill))
|
(fill-type background-fill))
|
||||||
(GimpTemplate "1280×720 (HD 720p)"
|
(GimpTemplate "1280×720 (HD 720p)"
|
||||||
(icon-name "gimp-video")
|
(icon-name "gimp-video")
|
||||||
(width 640)
|
(width 1280)
|
||||||
(height 400)
|
(height 720)
|
||||||
(unit pixels)
|
(unit pixels)
|
||||||
(xresolution 72.000000)
|
(xresolution 72.000000)
|
||||||
(yresolution 72.000000)
|
(yresolution 72.000000)
|
||||||
|
|
Loading…
Reference in New Issue