more icons
This commit is contained in:
parent
6169f88d90
commit
6f1b88e76d
14 changed files with 24 additions and 20 deletions
|
|
@ -147,7 +147,7 @@ Popup {
|
|||
}
|
||||
|
||||
NIconButton {
|
||||
icon: "close"
|
||||
icon: FontService.icons["close"]
|
||||
onClicked: root.close()
|
||||
}
|
||||
}
|
||||
|
|
@ -491,7 +491,7 @@ Popup {
|
|||
NButton {
|
||||
id: cancelButton
|
||||
text: "Cancel"
|
||||
icon: "close"
|
||||
icon: FontService.icons["close"]
|
||||
outlined: cancelButton.hovered ? false : true
|
||||
customHeight: 36 * scaling
|
||||
customWidth: 100 * scaling
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ Item {
|
|||
|
||||
// Close button (only if persistent or manual dismiss needed)
|
||||
NIconButton {
|
||||
icon: "close"
|
||||
icon: FontService.icons["close"]
|
||||
visible: root.persistent || root.duration === 0
|
||||
|
||||
colorBg: Color.mSurfaceVariant
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue