[Chore] About VRCT: 位置の微調整。
This commit is contained in:
@@ -34,7 +34,7 @@ def createSideMenuAndSettingsBoxContainers(config_window, settings, view_variabl
|
||||
config_window.side_menu_bg_container.grid_columnconfigure(0, weight=1)
|
||||
config_window.side_menu_bg_container.grid_rowconfigure(0, weight=1)
|
||||
config_window.side_menu_container = CTkFrame(config_window.side_menu_bg_container, corner_radius=0, fg_color=settings.ctm.SIDE_MENU_LABELS_BG_FOR_FAKE_BORDER_COLOR, width=0, height=0)
|
||||
config_window.side_menu_container.grid(row=0, column=0, padx=settings.uism.TOP_BAR_SIDE__TITLE_PADX, pady=settings.uism.SIDE_MENU_TOP_PADY, sticky="nsew")
|
||||
config_window.side_menu_container.grid(row=0, column=0, padx=settings.uism.TOP_BAR_SIDE__TITLE_PADX, pady=settings.uism.SIDE_MENU_PADY, sticky="nsew")
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -385,7 +385,7 @@ def createSettingBox_AboutVrct(setting_box_wrapper, config_window, settings, vie
|
||||
poster_showcase_worlds_wrapper.grid_rowconfigure(1, weight=1)
|
||||
|
||||
poster_showcase_pagination_button_wrapper = CTkFrame(poster_showcase_worlds_wrapper, fg_color=ABOUT_VRCT_BG, corner_radius=0, width=0, height=0)
|
||||
poster_showcase_pagination_button_wrapper.grid(column=0, row=2, padx=0, pady=0, sticky="nsew")
|
||||
poster_showcase_pagination_button_wrapper.grid(column=0, row=2, padx=0, pady=(0, about_vrct_uism.POSTER_SHOWCASE_WORLD_PAGINATION_BUTTON_BOTTOM_PADY), sticky="nsew")
|
||||
|
||||
|
||||
poster_showcase_pagination_button_wrapper.grid_columnconfigure((0,2), weight=1)
|
||||
|
||||
@@ -62,6 +62,7 @@ class AboutVrctManager():
|
||||
self.uism.POSTER_SHOWCASE_WORLD_ITEM_IPADY = self._calculateUiSize(4)
|
||||
self.uism.POSTER_SHOWCASE_WORLD_BOTTOM_PADY = self._calculateUiSize(4)
|
||||
self.uism.POSTER_SHOWCASE_WORLD_CORNER_RADIUS = self._calculateUiSize(4)
|
||||
self.uism.POSTER_SHOWCASE_WORLD_PAGINATION_BUTTON_BOTTOM_PADY = self._calculateUiSize(18)
|
||||
self.uism.POSTER_TELL_US_MESSAGE_TOP_PADY = self._calculateUiSize(20)
|
||||
self.uism.POSTER_CHANGE_BUTTON_CORNER_RADIUS = self._calculateUiSize(6)
|
||||
|
||||
|
||||
@@ -223,7 +223,7 @@ class UiScalingManager():
|
||||
|
||||
|
||||
# Side menu
|
||||
self.config_window.SIDE_MENU_TOP_PADY = (self._calculateUiSize(54), self._calculateUiSize(60))
|
||||
self.config_window.SIDE_MENU_PADY = (self._calculateUiSize(54), self._calculateUiSize(72))
|
||||
self.config_window.SIDE_MENU_LABELS_SEPARATE_MIN_HEIGHT = self._calculateUiSize(40)
|
||||
self.config_window.SIDE_MENU_LABELS_IPADX = self._calculateUiSize(20)
|
||||
self.config_window.SIDE_MENU_LABELS_IPADY = self._calculateUiSize(8)
|
||||
|
||||
Reference in New Issue
Block a user