From 7e6fae019e7196d85a0f3b979c7e1b17547d6818 Mon Sep 17 00:00:00 2001 From: laserpants Date: Sun, 12 Jun 2016 04:01:32 +0300 Subject: [PATCH] adjust hover bg opacity --- components/flatbutton.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/flatbutton.cpp b/components/flatbutton.cpp index 79003ab..a24d7a1 100644 --- a/components/flatbutton.cpp +++ b/components/flatbutton.cpp @@ -16,7 +16,7 @@ FlatButtonPrivate::FlatButtonPrivate(FlatButton *q) bgMode(Qt::TransparentMode), useThemeColors(true), showHalo(true), - peakOpacity(0.15) + peakOpacity(0.08) { }