mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Icons: huge cleanup
This commit is contained in:
@@ -85,7 +85,7 @@ NBox {
|
||||
}
|
||||
|
||||
NIconButton {
|
||||
icon: Bootstrap.icons["plus-lg"]
|
||||
icon: "plus-lg"
|
||||
|
||||
colorBg: Color.mPrimary
|
||||
colorFg: Color.mOnPrimary
|
||||
@@ -170,7 +170,7 @@ NBox {
|
||||
Loader {
|
||||
active: BarWidgetRegistry.widgetHasUserSettings(modelData.id)
|
||||
sourceComponent: NIconButton {
|
||||
icon: Bootstrap.icons["gear"]
|
||||
icon: "gear"
|
||||
sizeRatio: 0.6
|
||||
colorBorder: Qt.alpha(Color.mOutline, Style.opacityLight)
|
||||
colorBg: Color.mOnSurface
|
||||
@@ -210,7 +210,7 @@ NBox {
|
||||
}
|
||||
|
||||
NIconButton {
|
||||
icon: Bootstrap.icons["x-lg"]
|
||||
icon: "x-lg"
|
||||
sizeRatio: 0.6
|
||||
colorBorder: Qt.alpha(Color.mOutline, Style.opacityLight)
|
||||
colorBg: Color.mOnSurface
|
||||
|
||||
@@ -84,7 +84,7 @@ Popup {
|
||||
}
|
||||
|
||||
NIconButton {
|
||||
icon: Bootstrap.icons["x-lg"]
|
||||
icon: "x-lg"
|
||||
onClicked: settingsPopup.close()
|
||||
}
|
||||
}
|
||||
@@ -121,7 +121,7 @@ Popup {
|
||||
|
||||
NButton {
|
||||
text: "Apply"
|
||||
icon: Bootstrap.icons["check"]
|
||||
icon: "check-lg"
|
||||
onClicked: {
|
||||
if (settingsLoader.item && settingsLoader.item.saveSettings) {
|
||||
var newSettings = settingsLoader.item.saveSettings()
|
||||
|
||||
Reference in New Issue
Block a user