app: fix tests by using the right value in sessionrc-expected-multi-window

Apparently GTK3 is more reliable when it comes to remembering window sizes.
This commit is contained in:
Michael Natterer 2019-07-23 13:15:10 +02:00
parent e7e0064bd7
commit 696691efbd
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
(session-info "toplevel"
(factory-entry "gimp-empty-image-window")
(position 140 30)
(size 610 705)
(size 610 190)
(open-on-exit))
(session-info "toplevel"
(factory-entry "gimp-single-image-window")