Icons: new aliases image => photo
This commit is contained in:
parent
4fbb8314eb
commit
74fce51c2d
2 changed files with 4 additions and 1 deletions
|
|
@ -17,6 +17,8 @@ Singleton {
|
|||
"trash": "trash-filled",
|
||||
"menu": "menu-2",
|
||||
"person": "user",
|
||||
"folder-open": "folder-open",
|
||||
"download": "download",
|
||||
"toast-notice": "circle-check",
|
||||
"toast-warning": "exclamation-circle",
|
||||
"question-mark": "question-mark",
|
||||
|
|
@ -51,6 +53,7 @@ Singleton {
|
|||
"keep-awake-off": "mug-off",
|
||||
"panel": "clipboard-filled",
|
||||
"disc": "disc-filled",
|
||||
"image": "photo",
|
||||
"dark-mode": "contrast-filled",
|
||||
"camera-video": "video",
|
||||
"wallpaper-selector": "library-photo",
|
||||
|
|
|
|||
|
|
@ -247,7 +247,7 @@ ColumnLayout {
|
|||
|
||||
NIcon {
|
||||
icon: "folder-open"
|
||||
font.pointSize: Style.fontSizeXL * scaling
|
||||
font.pointSize: Style.fontSizeXXL * scaling
|
||||
color: Color.mOnSurface
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue