提交 794426e0 编写于 作者: 之一Yo's avatar 之一Yo

更新标签栏示例

上级 bda0b819
......@@ -145,9 +145,6 @@ class Window(MSFluentWindow):
self.setWindowIcon(QIcon(':/qfluentwidgets/images/logo.png'))
self.setWindowTitle('PyQt-Fluent-Widgets')
# NOTE: enable mica effect
self.setMicaEffectEnabled(True)
desktop = QApplication.desktop().availableGeometry()
w, h = desktop.width(), desktop.height()
self.move(w//2 - self.width()//2, h//2 - self.height()//2)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册