We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45bf2c8 commit fbd83b4Copy full SHA for fbd83b4
Weather.py
@@ -375,8 +375,8 @@ def __init__(self, city):
375
layout = QtWidgets.QHBoxLayout()
376
self.setWindowTitle(f"五日天气 - {city}市")
377
self.setLayout(layout)
378
- self.setFixedSize(800, 400)
379
- self.resize(800, 400)
+ self.setFixedSize(1000, 400)
+ self.resize(1000, 400)
380
self.setWindowIcon(QtGui.QIcon("Weather.png"))
381
font = QtGui.QFont()
382
font.setPointSize(12)
0 commit comments