update
parent
8480267127
commit
6366651453
|
@ -53,18 +53,6 @@ Rectangle{
|
|||
visible: root.titleVisible
|
||||
color:root.textColor
|
||||
}
|
||||
//临时解决方案,加个背景挡住系统按钮
|
||||
Rectangle{
|
||||
width: 120
|
||||
height: root.height
|
||||
anchors.right: parent.right
|
||||
color:{
|
||||
if(active){
|
||||
return FluTheme.dark ? Qt.rgba(26/255,34/255,40/255,1) : Qt.rgba(238/255,244/255,249/255,1)
|
||||
}
|
||||
return FluTheme.dark ? Qt.rgba(32/255,32/255,32/255,1) : Qt.rgba(243/255,243/255,243/255,1)
|
||||
}
|
||||
}
|
||||
RowLayout{
|
||||
anchors.right: parent.right
|
||||
height: root.height
|
||||
|
|
Loading…
Reference in New Issue