main
朱子楚 2023-05-18 23:27:11 +08:00
parent 8480267127
commit 6366651453
1 changed files with 0 additions and 12 deletions

View File

@ -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