1
0
mirror of https://github.com/zhuzichu520/FluentUI.git synced 2025-04-04 05:35:04 +08:00
This commit is contained in:
朱子楚\zhuzi 2024-04-15 00:11:41 +08:00
parent 17bfff2346
commit ecd13a9cca
2 changed files with 4 additions and 2 deletions
src
Qt5/imports/FluentUI/Controls
Qt6/imports/FluentUI/Controls

@ -80,6 +80,7 @@ FluButton {
id:container
width: 300
height: 360
radius: 4
color: FluTheme.dark ? Qt.rgba(51/255,48/255,48/255,1) : Qt.rgba(248/255,250/255,253/255,1)
ColumnLayout {
anchors.fill: parent
@ -613,7 +614,7 @@ FluButton {
}
background: Item{
FluShadow{
radius: 5
radius: 4
}
}
function showPopup() {

@ -79,6 +79,7 @@ FluButton {
id:container
width: 300
height: 360
radius: 4
color: FluTheme.dark ? Qt.rgba(51/255,48/255,48/255,1) : Qt.rgba(248/255,250/255,253/255,1)
ColumnLayout {
anchors.fill: parent
@ -612,7 +613,7 @@ FluButton {
}
background: Item{
FluShadow{
radius: 5
radius: 4
}
}
function showPopup() {