diff options
author | Vladimir Krasheninnikov <boba09@list.ru> | 2025-02-09 12:55:18 +0100 |
---|---|---|
committer | Vladimir Krasheninnikov <boba09@list.ru> | 2025-02-09 12:55:18 +0100 |
commit | 49ea8a57e0614f37516796d44c399beef5052d3e (patch) | |
tree | 9084d330ab937f49c12db6f38c6f4de1b103bc58 /assets | |
parent | b3d07ad062e95c7f4b445e611cb856485ea95676 (diff) |
Shrink the width of the textbox
Diffstat (limited to 'assets')
-rw-r--r-- | assets/opensb/interface/windowconfig/charselection.config.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/opensb/interface/windowconfig/charselection.config.patch b/assets/opensb/interface/windowconfig/charselection.config.patch index be94bc8..27447bb 100644 --- a/assets/opensb/interface/windowconfig/charselection.config.patch +++ b/assets/opensb/interface/windowconfig/charselection.config.patch @@ -10,7 +10,7 @@ "type": "textbox", "hint": "Search...", "position": [ 130, 244 ], - "maxWidth": 75 + "maxWidth": 68 }, "clearSearch": { "type": "button", |