Reapplied blur effect to [message]s
This commit is contained in:
parent
3242a0f0eb
commit
eb943e57af
3 changed files with 13 additions and 11 deletions
|
@ -310,6 +310,16 @@
|
|||
[/column]
|
||||
#enddef
|
||||
|
||||
#define DEFAULT_BLUR
|
||||
[pre_commit]
|
||||
|
||||
[blur]
|
||||
depth = 5
|
||||
[/blur]
|
||||
|
||||
[/pre_commit]
|
||||
#enddef
|
||||
|
||||
###############################################################################
|
||||
### ###
|
||||
### Macros for the normal gui. ###
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
|
||||
[draw]
|
||||
|
||||
{DEFAULT_BLUR}
|
||||
|
||||
[image]
|
||||
x = 0
|
||||
y = 0
|
||||
|
|
|
@ -126,18 +126,8 @@
|
|||
[/window_definition]
|
||||
#enddef
|
||||
|
||||
#define _BLUR
|
||||
[pre_commit]
|
||||
|
||||
[blur]
|
||||
depth = 5
|
||||
[/blur]
|
||||
|
||||
[/pre_commit]
|
||||
#enddef
|
||||
|
||||
{_GUI_WINDOW "default" "The default window" "opaque" ()}
|
||||
{_GUI_WINDOW "message" "The style used as transparent to the user." "translucent65" ({_BLUR})}
|
||||
{_GUI_WINDOW "message" "The style used as transparent to the user." "translucent65" ({DEFAULT_BLUR})}
|
||||
|
||||
# Special definition for a minimal-border style
|
||||
[window_definition]
|
||||
|
|
Loading…
Add table
Reference in a new issue