diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-21 10:40:53 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-21 10:40:53 +1000 |
commit | 0ec3000536fae16ede8aa85ad22aba4d9781cc9e (patch) | |
tree | 939aeec379253d842bd6ba58935a04a79dcfd4d2 /assets/opensb/interface/chat | |
parent | bd783d319557b41b5865d51f306a74abbf7af18c (diff) |
processing directives for text box widgets
few other misc things
also fixed SDL audio on newer SDL vers
Diffstat (limited to 'assets/opensb/interface/chat')
-rw-r--r-- | assets/opensb/interface/chat/chat.config.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/opensb/interface/chat/chat.config.patch b/assets/opensb/interface/chat/chat.config.patch index 9c69e4a..db2650d 100644 --- a/assets/opensb/interface/chat/chat.config.patch +++ b/assets/opensb/interface/chat/chat.config.patch @@ -1,8 +1,8 @@ { "config" : { "font" : { - "directives" : "", - "padding" : [0, 0] // Padding to prevent border clipping at the edges of the log canvas while keeping compatible with mods that patch the canvas size + "directives" : "?border=1;000;0000", + "padding" : [1, 1] // Padding to prevent border clipping at the edges of the log canvas while keeping compat with mods that patch the canvas size }, "colors" : { "local" : "^white;", |