Do not set fullscreen in Moblin as it does not allow to show the top menu
[modest] / src / gtk / modest-shell.c
index a9a296e..3aba529 100644 (file)
@@ -136,12 +136,11 @@ set_screen_size (GtkWindow *self)
        if (scn_width > SCN_WIDTH || scn_height > SCN_HEIGHT) {
                scn_width = SCN_WIDTH;
                scn_height = SCN_HEIGHT;
-               gtk_window_resize (self, scn_width, scn_height);
        } else {
-               gtk_window_fullscreen (self);
                /* Very important for Moblin */
                gtk_window_set_decorated (self, FALSE);
        }
+       gtk_window_resize (self, scn_width, scn_height);
 }
 
 static void