This commit is contained in:
zhuzichu 2023-11-03 13:21:15 +08:00
parent 0b124ec9ee
commit 7f542edba7
4 changed files with 6 additions and 6 deletions

View File

@ -25,9 +25,6 @@ FluPopup {
anchors.fill: parent anchors.fill: parent
color: 'transparent' color: 'transparent'
radius:5 radius:5
FluShadow{
radius: 5
}
FluText{ FluText{
id:text_title id:text_title
font: FluTextStyle.TitleLarge font: FluTextStyle.TitleLarge

View File

@ -29,5 +29,8 @@ Popup {
background: FluRectangle{ background: FluRectangle{
radius: [5,5,5,5] radius: [5,5,5,5]
color: FluTheme.dark ? Qt.rgba(43/255,43/255,43/255,1) : Qt.rgba(1,1,1,1) color: FluTheme.dark ? Qt.rgba(43/255,43/255,43/255,1) : Qt.rgba(1,1,1,1)
FluShadow{
radius: 5
}
} }
} }

View File

@ -25,9 +25,6 @@ FluPopup {
anchors.fill: parent anchors.fill: parent
color: 'transparent' color: 'transparent'
radius:5 radius:5
FluShadow{
radius: 5
}
FluText{ FluText{
id:text_title id:text_title
font: FluTextStyle.TitleLarge font: FluTextStyle.TitleLarge

View File

@ -43,5 +43,8 @@ Popup {
background: FluRectangle{ background: FluRectangle{
radius: [5,5,5,5] radius: [5,5,5,5]
color: FluTheme.dark ? Qt.rgba(43/255,43/255,43/255,1) : Qt.rgba(1,1,1,1) color: FluTheme.dark ? Qt.rgba(43/255,43/255,43/255,1) : Qt.rgba(1,1,1,1)
FluShadow{
radius: 5
}
} }
} }