mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
more icons
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user