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

修复 Mac 系统下菜单颜色和应用主题不匹配的问题 (#274)

上级 537109f3
...@@ -12,7 +12,7 @@ Examples are available at https://github.com/zhiyiYo/PyQt-Fluent-Widgets/tree/ma ...@@ -12,7 +12,7 @@ Examples are available at https://github.com/zhiyiYo/PyQt-Fluent-Widgets/tree/ma
:license: GPLv3, see LICENSE for more details. :license: GPLv3, see LICENSE for more details.
""" """
__version__ = "0.9.3" __version__ = "0.9.4"
from .components import * from .components import *
from .common import * from .common import *
......
...@@ -41,6 +41,7 @@ ComboBoxMenu>MenuActionListWidget::item { ...@@ -41,6 +41,7 @@ ComboBoxMenu>MenuActionListWidget::item {
padding-right: 10px; padding-right: 10px;
border-radius: 5px; border-radius: 5px;
border: none; border: none;
color: black;
} }
ComboBoxMenu>MenuActionListWidget::item:disabled { ComboBoxMenu>MenuActionListWidget::item:disabled {
......
...@@ -49,6 +49,7 @@ MenuActionListWidget::item { ...@@ -49,6 +49,7 @@ MenuActionListWidget::item {
border: none; border: none;
margin-left: 6px; margin-left: 6px;
margin-right: 6px; margin-right: 6px;
color: black;
} }
MenuActionListWidget::item:disabled { MenuActionListWidget::item:disabled {
......
此差异已折叠。
...@@ -6,7 +6,7 @@ with open('README.md', encoding='utf-8') as f: ...@@ -6,7 +6,7 @@ with open('README.md', encoding='utf-8') as f:
setuptools.setup( setuptools.setup(
name="PyQt-Fluent-Widgets", name="PyQt-Fluent-Widgets",
version="0.9.3", version="0.9.4",
keywords="pyqt fluent widgets", keywords="pyqt fluent widgets",
author="zhiyiYo", author="zhiyiYo",
author_email="shokokawaii@outlook.com", author_email="shokokawaii@outlook.com",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册