Setting box: add Others tab. add items Auto Clear The Message Box, Notification XSOverlay and Message Format.

This commit is contained in:
Sakamoto Shiina
2023-08-29 16:54:51 +09:00
parent 4b9a90e6d3
commit 246409fe2c
5 changed files with 80 additions and 6 deletions

View File

@@ -157,7 +157,7 @@ class UiScalingManager():
self.config_window.SB__ENTRY_HEIGHT = self._calculateUiSize(30)
# SB__ENTRY_WIDTH_10 ... SB__ENTRY_WIDTH_200
for i in range(10, 201, 10):
for i in range(10, 301, 10):
setattr(self.config_window, f'SB__ENTRY_WIDTH_{i}', self._calculateUiSize(i))