mirror of
https://github.com/LC044/WeChatMsg
synced 2025-02-23 03:22:17 +08:00
修改部分ui
This commit is contained in:
parent
f9748f25d1
commit
a8fb298147
@ -33,6 +33,12 @@ QWidget{
|
||||
QListWidget, QListView, QTreeWidget, QTreeView {
|
||||
outline: 0px;
|
||||
}
|
||||
QPushButton:menu-indicator {
|
||||
}
|
||||
QMenu::item:selected {
|
||||
color: black;
|
||||
background: rgb(230, 235, 240);
|
||||
}
|
||||
/*设置左侧选项的最小最大宽度,文字颜色和背景颜色*/
|
||||
QListWidget {
|
||||
min-width: 120px;
|
||||
|
Loading…
Reference in New Issue
Block a user