暴露FluArea的color属性

main
wuyize 2023-07-01 09:21:33 +08:00
parent dfa4148797
commit 7b30ccfd22
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Rectangle {
property int topPadding : 0
property int bottomPadding : 0
radius: 4
color: FluTheme.dark ? Window.active ? Qt.rgba(38/255,44/255,54/255,1) : Qt.rgba(39/255,39/255,39/255,1) : Qt.rgba(251/255,251/255,253/255,1)
property var color: FluTheme.dark ? Window.active ? Qt.rgba(38/255,44/255,54/255,1) : Qt.rgba(39/255,39/255,39/255,1) : Qt.rgba(251/255,251/255,253/255,1)
border.color: FluTheme.dark ? Window.active ? Qt.rgba(55/255,55/255,55/255,1):Qt.rgba(45/255,45/255,45/255,1) : Qt.rgba(226/255,229/255,234/255,1)
border.width: 1
implicitHeight: height