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

修复导航示例的圆角问题

上级 9ab4b7cc
......@@ -87,6 +87,6 @@ If you call `NavigationInterface.setExpandWidth()`, the large window width (1008
### More examples
Here is an another style of navigation interface, and its corresponding example program is available at https://github.com/zhiyiYo/PyQt-Fluent-Widgets/tree/master/examples/navigation.
![](_static/NavigationInterfacee.jpg)
![](_static/NavigationInterface.jpg)
......@@ -4,6 +4,9 @@ Widget > QLabel {
Widget {
border: 1px solid rgb(29, 29, 29);
border-right: none;
border-bottom: none;
border-top-left-radius: 10px;
background-color: rgb(39, 39, 39);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册