[Update/bugfix] Config Window: VR Tab. Overlay詳細設定として、メイン画面から開けるOverlay Settings Windowを開くボタンを追加。

XSOverlay項目をVR Tabに移動。それにともない「VR限定」の文字を削除
Overlay Settings、初期値に戻すボタン右側の余計な余白を削除
This commit is contained in:
Sakamoto Shiina
2024-04-27 01:52:42 +09:00
parent fc5ba74a83
commit 10f498daf2
9 changed files with 104 additions and 23 deletions

View File

@@ -233,10 +233,6 @@ class QuickSettingsWindow(CTkToplevel):
label_button_clicked_command=toDefaultOverlaySettingsCallback,
label_button_position="center",
# image_file=image_file,
image_size=self.settings.uism.SB__AUTHKEY_WEBPAGE_BUTTON_IMG_SIZE,
label_button_padx_between_img=self.settings.uism.SB__AUTHKEY_WEBPAGE_PADX_BETWEEN_LABEL_AND_ICON,
)
restore_default_settings_button.grid(row=0, column=0, pady=self.settings.uism.QSB__RESTORE_DEFAULT_SETTINGS_BUTTON_PADY)