mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-22 19:00:07 +08:00
update
This commit is contained in:
parent
17bfff2346
commit
ecd13a9cca
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user