adjust hover bg opacity

This commit is contained in:
laserpants 2016-06-12 04:01:32 +03:00
parent e8d4374bd3
commit 7e6fae019e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ FlatButtonPrivate::FlatButtonPrivate(FlatButton *q)
bgMode(Qt::TransparentMode),
useThemeColors(true),
showHalo(true),
peakOpacity(0.15)
peakOpacity(0.08)
{
}