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.horizontalCenter: parent.horizontalCenter
|
||||||
anchors.topMargin: 2
|
anchors.topMargin: 2
|
||||||
visible: keystateSource.data["Caps Lock"]["Locked"] && password.visible
|
visible: keystateSource.data["Caps Lock"]["Locked"] && password.visible
|
||||||
Kirigami.Icon {
|
Image {
|
||||||
source: "dialog-warning"
|
id: iconSmall
|
||||||
implicitHeight: 16
|
width: PlasmaCore.Units.iconSizes.small;
|
||||||
implicitWidth: 16
|
height: PlasmaCore.Units.iconSizes.small;
|
||||||
|
|
||||||
|
source: "./Assets/dialog-warning.png"
|
||||||
|
sourceSize.width: iconSmall.width
|
||||||
|
sourceSize.height: iconSmall.height
|
||||||
}
|
}
|
||||||
QQC2.Label {
|
QQC2.Label {
|
||||||
id: notificationsLabel
|
id: notificationsLabel
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
[General]
|
[General]
|
||||||
background=Wallpaper1.jpg
|
background=Wallpaper1.jpg
|
||||||
|
icontheme=windowsicon
|
||||||
|
|
Loading…
Reference in a new issue