mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-22 19:00:07 +08:00
update
This commit is contained in:
parent
bf001d99d2
commit
6638fe2e06
@ -853,6 +853,7 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
return FluTheme.dark ? Qt.rgba(56/255,56/255,56/255,1) :Qt.rgba(243/255,243/255,243/255,1)
|
return FluTheme.dark ? Qt.rgba(56/255,56/255,56/255,1) :Qt.rgba(243/255,243/255,243/255,1)
|
||||||
}
|
}
|
||||||
|
visible: table_view.rows !== 0
|
||||||
Rectangle{
|
Rectangle{
|
||||||
z:99
|
z:99
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
@ -853,6 +853,7 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
return FluTheme.dark ? Qt.rgba(56/255,56/255,56/255,1) :Qt.rgba(243/255,243/255,243/255,1)
|
return FluTheme.dark ? Qt.rgba(56/255,56/255,56/255,1) :Qt.rgba(243/255,243/255,243/255,1)
|
||||||
}
|
}
|
||||||
|
visible: table_view.rows !== 0
|
||||||
Rectangle{
|
Rectangle{
|
||||||
z:99
|
z:99
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
Loading…
Reference in New Issue
Block a user