fix warning icon not showing correctly in SDDM theme

このコミットが含まれているのは:
wackyideas 2024-02-18 02:42:05 +01:00
コミット ebc77c0fde
6個のファイルの変更9行の追加4行の削除

バイナリ
Plasma/SDDM/sddm-theme-smod/Assets/dialog-warning-22.png 実行可能ファイル

バイナリファイルは表示されません。

変更後

幅:  |  高さ:  |  サイズ: 1.2 KiB

バイナリ
Plasma/SDDM/sddm-theme-smod/Assets/dialog-warning-32.png 実行可能ファイル

バイナリファイルは表示されません。

変更後

幅:  |  高さ:  |  サイズ: 1.7 KiB

バイナリ
Plasma/SDDM/sddm-theme-smod/Assets/dialog-warning.png 実行可能ファイル

バイナリファイルは表示されません。

変更後

幅:  |  高さ:  |  サイズ: 483 B

バイナリ
Plasma/SDDM/sddm-theme-smod/Assets/warning.ico ノーマルファイル

バイナリファイルは表示されません。

変更後

幅:  |  高さ:  |  サイズ: 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