]> spindle.queued.net Git - midori/commitdiff
Always hide the border when going fullscreen
authorChristian Dywan <christian@twotoasts.de>
Sat, 17 Dec 2011 10:36:09 +0000 (11:36 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sat, 17 Dec 2011 10:36:09 +0000 (11:36 +0100)
Fixes: https://bugs.launchpad.net/bugs/783675
midori/midori-browser.c

index aacc75876d3d344cbf63f3328d2d3e078da473d9..72770e1172f3ee73101b3d6e75dd3d88d8816291 100644 (file)
@@ -3476,6 +3476,7 @@ _action_fullscreen_activate (GtkAction*     action,
         gtk_widget_hide (browser->navigationbar);
         gtk_widget_hide (browser->statusbar);
         gtk_notebook_set_show_tabs (GTK_NOTEBOOK (browser->notebook), FALSE);
+        gtk_notebook_set_show_border (GTK_NOTEBOOK (browser->notebook), FALSE);
 
         gtk_window_fullscreen (GTK_WINDOW (browser));
     }