Icons: 99% done
This commit is contained in:
parent
1f8c55d581
commit
bacd65b274
19 changed files with 51 additions and 90 deletions
|
|
@ -30,7 +30,8 @@ NPanel {
|
|||
Layout.fillWidth: true
|
||||
spacing: Style.marginM * scaling
|
||||
|
||||
NIcon { icon: "bell"
|
||||
NIcon {
|
||||
icon: "bell"
|
||||
font.pointSize: Style.fontSizeXXL * scaling
|
||||
color: Color.mPrimary
|
||||
}
|
||||
|
|
@ -83,7 +84,8 @@ NPanel {
|
|||
Layout.fillHeight: true
|
||||
}
|
||||
|
||||
NIcon { icon: "bell-slash"
|
||||
NIcon {
|
||||
icon: "bell-slash"
|
||||
font.pointSize: 64 * scaling
|
||||
color: Color.mOnSurfaceVariant
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue