mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-02 18:42:04 +00:00
Icons: most settings tabs
This commit is contained in:
@@ -148,7 +148,7 @@ Popup {
|
||||
}
|
||||
|
||||
NIconButton {
|
||||
icon: Bootstrap.icons["close"]
|
||||
icon: Bootstrap.icons["x-lg"]
|
||||
onClicked: root.close()
|
||||
}
|
||||
}
|
||||
@@ -492,7 +492,7 @@ Popup {
|
||||
NButton {
|
||||
id: cancelButton
|
||||
text: "Cancel"
|
||||
icon: Bootstrap.icons["close"]
|
||||
icon: Bootstrap.icons["x-lg"]
|
||||
outlined: cancelButton.hovered ? false : true
|
||||
customHeight: 36 * scaling
|
||||
customWidth: 100 * scaling
|
||||
|
||||
Reference in New Issue
Block a user