Skip to content

Commit

Permalink
libappfw|PopupWidget: By default, blur popup backgrounds
Browse files Browse the repository at this point in the history
This does have a perf hit currently.
  • Loading branch information
skyjake committed Jun 20, 2014
1 parent 053aeba commit 6f482d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/libappfw/src/widgets/popupwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ DENG_GUI_PIMPL(PopupWidget)
else
{
self.set(Background(st.colors().colorf("background"),
Background::BorderGlow,
Background::BlurredWithBorderGlow,
st.colors().colorf("glow"),
st.rules().rule("glow").valuei()));
}
Expand Down

0 comments on commit 6f482d2

Please sign in to comment.