[Update] ソフトのバージョン情報を設定画面に移動、UI Size変更、色の変数化、表記を英語と日本語に対応。

This commit is contained in:
Sakamoto Shiina
2023-10-13 16:56:49 +09:00
parent a2c090f234
commit 376f5e7b5a
7 changed files with 20 additions and 18 deletions

View File

@@ -284,6 +284,7 @@ class ColorThemeManager():
self.config_window.SIDE_MENU_SELECTED_MARK_ACTIVE_BG_COLOR = self.main.SF__SWITCH_BOX_ACTIVE_BG_COLOR
self.config_window.NOW_VERSION_TEXT_COLOR = self.DARK_300_COLOR
# Error Message Window for Config Window
# The color code [#bb4448] is a mixture of [#a9555c] and [#cc3333] (for a redder shade).

View File

@@ -169,6 +169,7 @@ class UiScalingManager():
self.config_window.SIDE_MENU_LABELS_IPADY = self._calculateUiSize(8)
self.config_window.SIDE_MENU_LABELS_FONT_SIZE = self._calculateUiSize(18)
self.config_window.NOW_VERSION_FONT_SIZE = self._calculateUiSize(12)
# Top bar Main
self.config_window.TOP_BAR_MAIN__TITLE_FONT_SIZE = self._calculateUiSize(22)