mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
New icons: more icons and cleanup
This commit is contained in:
@@ -59,7 +59,7 @@ NBox {
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
NIconButton {
|
||||
icon: "gear"
|
||||
icon: "settings"
|
||||
tooltipText: "Open settings."
|
||||
onClicked: {
|
||||
settingsPanel.requestedTab = SettingsPanel.Tab.General
|
||||
@@ -79,7 +79,7 @@ NBox {
|
||||
|
||||
NIconButton {
|
||||
id: closeButton
|
||||
icon: "x-lg"
|
||||
icon: "close"
|
||||
tooltipText: "Close side panel."
|
||||
onClicked: {
|
||||
sidePanel.close()
|
||||
|
||||
Reference in New Issue
Block a user