[Update] 使用ディスプレイサイズの大きさ(高さ)より、VRCT起動時のウィンドウの方が大きい場合の対応。UI Scalingを20%下げて再起動するかどうかの確認モーダルを表示。
それにともない確認モーダルの汎用化。 さらにそれに伴い計算の都合上UI Scalingが40%から200%で10%刻みに対応(選択できるように)しました。
This commit is contained in:
@@ -226,7 +226,7 @@ def setGeometryToCenterOfScreen(root_widget):
|
||||
|
||||
|
||||
def setGeometryToCenterOfTheWidget(attach_widget, target_widget):
|
||||
target_widget.update()
|
||||
attach_widget.update()
|
||||
target_widget.update()
|
||||
current_window_x = attach_widget.winfo_rootx()
|
||||
current_window_y = attach_widget.winfo_rooty()
|
||||
|
||||
Reference in New Issue
Block a user