[Refactor] 変数名変更。
This commit is contained in:
@@ -5,7 +5,8 @@ class ColorThemeManager():
|
||||
self.main = SimpleNamespace()
|
||||
self.config_window = SimpleNamespace()
|
||||
self.selectable_language_window = SimpleNamespace()
|
||||
self.modal_window = SimpleNamespace()
|
||||
self.main_window_cover = SimpleNamespace()
|
||||
self.error_message_window = SimpleNamespace()
|
||||
|
||||
# old one. But leave it here for now.
|
||||
# self.PRIMARY_100_COLOR = "#c4eac1"
|
||||
@@ -212,7 +213,7 @@ class ColorThemeManager():
|
||||
|
||||
|
||||
# Modal Window (Main Window)
|
||||
self.modal_window.TEXT_COLOR = self.LIGHT_100_COLOR
|
||||
self.main_window_cover.TEXT_COLOR = self.LIGHT_100_COLOR
|
||||
|
||||
|
||||
# Common
|
||||
|
||||
@@ -8,7 +8,8 @@ class UiScalingManager():
|
||||
self.main = SimpleNamespace()
|
||||
self.config_window = SimpleNamespace()
|
||||
self.selectable_language_window = SimpleNamespace()
|
||||
self.modal_window = SimpleNamespace()
|
||||
self.main_window_cover = SimpleNamespace()
|
||||
self.error_message_window = SimpleNamespace()
|
||||
|
||||
self._calculatedUiSizes()
|
||||
|
||||
@@ -138,7 +139,7 @@ class UiScalingManager():
|
||||
self.selectable_language_window.VALUES_TEXT_IPADY = self._calculateUiSize(8)
|
||||
|
||||
|
||||
self.modal_window.TEXT_FONT_SIZE = self._calculateUiSize(20)
|
||||
self.main_window_cover.TEXT_FONT_SIZE = self._calculateUiSize(20)
|
||||
|
||||
# Config Window
|
||||
self.config_window.DEFAULT_WIDTH = self._calculateUiSize(1080)
|
||||
|
||||
Reference in New Issue
Block a user