Movie window: change thumbnail image scaling
authorPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 28 Jan 2010 13:02:58 +0000 (14:02 +0100)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Sat, 30 Jan 2010 11:30:56 +0000 (12:30 +0100)
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 {