fix warning icon not showing correctly in SDDM theme

This commit is contained in:
wackyideas 2024-02-18 02:42:05 +01:00
parent b25dc19c0e
commit ebc77c0fde
6 changed files with 9 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 483 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

View File

@ -592,10 +592,14 @@ Item
anchors.horizontalCenter: parent.horizontalCenter
anchors.topMargin: 2
visible: keystateSource.data["Caps Lock"]["Locked"] && password.visible
Kirigami.Icon {
source: "dialog-warning"
implicitHeight: 16
implicitWidth: 16
Image {
id: iconSmall
width: PlasmaCore.Units.iconSizes.small;
height: PlasmaCore.Units.iconSizes.small;
source: "./Assets/dialog-warning.png"
sourceSize.width: iconSmall.width
sourceSize.height: iconSmall.height
}
QQC2.Label {
id: notificationsLabel

View File

@ -1,2 +1,3 @@
[General]
background=Wallpaper1.jpg
icontheme=windowsicon