diff options
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;", |