Movie window: change thumbnail image scaling
[cinaest] / src / movie-window.vala
index 42d6f74..1c34ede 100644 (file)
@@ -46,7 +46,7 @@ public class MovieWindow : StackableWindow {
                        movie.notify.connect (this.on_movie_changed);
                        if (movie.poster != null && movie.poster.thumbnail != null) {
                                // FIXME
-                               image.pixbuf = movie.poster.thumbnail.scale_simple (244, 400, Gdk.InterpType.BILINEAR);
+                               image.pixbuf = movie.poster.thumbnail.scale_simple (268, 424, Gdk.InterpType.BILINEAR);
                        } else {
                                // FIXME
                                if (no_poster == null) try {