Skip to content

Commit 7218772

Browse files
committed
fix: tag垂直居中对齐版本号文字
1 parent 3c6a2bc commit 7218772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/one_dragon_qt/windows/window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def __init__(self, parent=None):
132132
btn_layout.addWidget(
133133
self.launchTagLabel,
134134
0,
135-
Qt.AlignmentFlag.AlignLeft | Qt.AlignmentFlag.AlignBottom,
135+
Qt.AlignmentFlag.AlignLeft | Qt.AlignmentFlag.AlignVCenter,
136136
)
137137

138138
self.launcherVersionButton = QPushButton("ⓘ 启动器版本 未知")

0 commit comments

Comments
 (0)