Open XiaoYouChR opened 2 months ago
Describe the bug
Environment
To Reproduce
Code
# Minimum code to reproduce the error from PySide6.QtWidgets import QApplication from qfluentwidgets.components.widgets.frameless_window import FramelessWindow class MainWindow(FramelessWindow): def __init__(self, parent=None): super().__init__(parent) self.setMinimumSize(800, 600) if __name__ == "__main__": import sys app = QApplication(sys.argv) w = MainWindow() w.show() sys.exit(app.exec())
Expected behavior 窗口应该被正常地调整大小
Describe the bug
Environment
To Reproduce
Code
Expected behavior 窗口应该被正常地调整大小