From ddc03229eb183a66f76648095c4062c71b048061 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 19 Jul 2011 22:07:50 +0200 Subject: fix the fix PS: ints are: 1,2,3,4... or 0,-1,-2... numbers with comma (or dot) are real. We call them float. Or double.. PPS: I'm maths graduated :D --- src/tabpreviewpopup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tabpreviewpopup.cpp') diff --git a/src/tabpreviewpopup.cpp b/src/tabpreviewpopup.cpp index bb438aae..8e7a458f 100644 --- a/src/tabpreviewpopup.cpp +++ b/src/tabpreviewpopup.cpp @@ -43,7 +43,7 @@ // static static const int borderRadius = 5; static const int borderSpacing = 2; -static const int transparency = 0.90; +static const double transparency = 0.90; TabPreviewPopup::TabPreviewPopup(WebTab* tab, QWidget* parent) -- cgit v1.2.1