epiphany r8921 - trunk/src



Author: xan
Date: Thu Mar 19 08:06:42 2009
New Revision: 8921
URL: http://svn.gnome.org/viewvc/epiphany?rev=8921&view=rev

Log:
ephy-window: nasty hack to try to get the link-message on top of everything.

Mmm, maybe I should use an actual GTK+ window after all :)

Modified:
   trunk/src/ephy-window.c

Modified: trunk/src/ephy-window.c
==============================================================================
--- trunk/src/ephy-window.c	(original)
+++ trunk/src/ephy-window.c	Thu Mar 19 08:06:42 2009
@@ -2580,6 +2580,7 @@
 	"var node = document.createElement('div');"\
 	"node.id = 'epiphanyWebKitFloatingStatusBar';"\
 	"node.style.padding = '0.4em';"\
+	"node.style.zIndex = '42';"\ /* Try to get the div on top of everything ... */
 	"node.style.border = '1px solid black';"\
 	"node.style.background = 'rgb(%d,%d,%d)';"\
 	"node.style.color = 'rgb(%d,%d,%d)';"\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]