Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 6f687bf

Browse files
committed
style(PanTitle): 微调标题栏布局
1 parent db6319e commit 6f687bf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Plain_Craft_Launcher_2/FormMain_ui.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ def setupUi(self, FormMain: QtWidgets.QWidget):
7272
self.BtnMin.setGeometry(QtCore.QRect((size[0] - 120), 8, 36, 36))
7373
self.BtnMin.setObjectName("BtnMin")
7474

75-
# 标题栏标签 -- 标题
75+
# 标题栏 Svg -- 标题
7676
self.SVGTitle = QSvgWidget(self.PanTitle)
7777
self.SVGTitle.load("Images/svgtitle.svg")
78-
self.SVGTitle.setGeometry(QtCore.QRect(8, 8, 120, 40)) # 缩小尺寸
78+
self.SVGTitle.setGeometry(QtCore.QRect(8, 8, 120, 40))
7979
self.SVGTitle.setStyleSheet("background-color: transparent;")
8080
self.SVGTitle.setObjectName("SVGTitle")
8181

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ cffi==1.17.1
33
charset-normalizer==3.4.2
44
cryptography==44.0.3
55
idna==3.10
6-
minecraft-launcher-lib==7.1
6+
minecraft-launcher-lib==latest
77
msal==1.32.3
88
Nuitka==2.7.3
99
ordered-set==4.1.0
1010
pycparser==2.22
1111
PyJWT==2.10.1
1212
PyQt5==5.15.11
13-
PyQt5-Qt5==5.15.2
13+
PyQt5-Qt5~=5.15.11 # 说是会自动安装,但是为了保险一点,还是加上
1414
PyQt5-stubs==5.15.6.0
1515
PyQt5_sip==12.17.0
1616
# PyQt5Designer==5.14.1

0 commit comments

Comments
 (0)