mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
fix warning icon not showing correctly in SDDM theme
This commit is contained in:
parent
b25dc19c0e
commit
ebc77c0fde
6 changed files with 9 additions and 4 deletions
BIN
Plasma/SDDM/sddm-theme-smod/Assets/dialog-warning-22.png
Executable file
BIN
Plasma/SDDM/sddm-theme-smod/Assets/dialog-warning-22.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
Plasma/SDDM/sddm-theme-smod/Assets/dialog-warning-32.png
Executable file
BIN
Plasma/SDDM/sddm-theme-smod/Assets/dialog-warning-32.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
Plasma/SDDM/sddm-theme-smod/Assets/dialog-warning.png
Executable file
BIN
Plasma/SDDM/sddm-theme-smod/Assets/dialog-warning.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 483 B |
BIN
Plasma/SDDM/sddm-theme-smod/Assets/warning.ico
Normal file
BIN
Plasma/SDDM/sddm-theme-smod/Assets/warning.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
|
@ -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
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
[General]
|
||||
background=Wallpaper1.jpg
|
||||
icontheme=windowsicon
|
||||
|
|
Loading…
Reference in a new issue