Modal dialog blur
I usually want to turn off the modal dialog blur in applications but can never remember how. This blog post is here so I can find it quickly next time.
Set this style:
Application {
modalTransparencyBlur: 0;
modalTransparencyDuration: 0;
modalTransparency: 0;
}
Set this style:
Application {
modalTransparencyBlur: 0;
modalTransparencyDuration: 0;
modalTransparency: 0;
}
Labels: flex
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home