projects
/
midori
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
568461c
)
Always hide the border when going fullscreen
author
Christian Dywan
<christian@twotoasts.de>
Sat, 17 Dec 2011 10:36:09 +0000
(11:36 +0100)
committer
Christian 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
patch
|
blob
|
history
diff --git
a/midori/midori-browser.c
b/midori/midori-browser.c
index aacc75876d3d344cbf63f3328d2d3e078da473d9..72770e1172f3ee73101b3d6e75dd3d88d8816291 100644
(file)
--- a/
midori/midori-browser.c
+++ b/
midori/midori-browser.c
@@
-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));
}