修改FluArea

main
wuyize 2023-07-02 15:48:49 +08:00
parent 7b30ccfd22
commit 04dc772cb4
1 changed files with 2 additions and 1 deletions

View File

@ -10,8 +10,9 @@ Rectangle {
property int rightPadding : 0
property int topPadding : 0
property int bottomPadding : 0
property var backgroundColor: 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)
color: backgroundColor
radius: 4
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