Always hide the border when going fullscreen
Fixes: https://bugs.launchpad.net/bugs/783675
This commit is contained in:
parent
568461c6c5
commit
a19d798049
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue