fix(@desktop/settings): System appearance illustration is wrong.

fixes #5671
This commit is contained in:
Khushboo Mehta 2022-05-09 18:07:49 +02:00 committed by Iuri Matias
parent 2904018173
commit 044fe38bda
11 changed files with 4 additions and 468 deletions

View File

@ -313,10 +313,10 @@ SettingsContentBase {
padding: Style.current.smallPadding
width: 208
height: 184
image.source: Style.svg("appearance-normal-light")
image.source: Style.png("appearance-light")
image.height: 128
//% "Light"
control.text: qsTrId("light")
control.text: qsTrId("Light")
control.checked: localAppSettings.theme === Universal.Light
onRadioCheckedChanged: {
if (checked) {
@ -329,7 +329,7 @@ SettingsContentBase {
padding: Style.current.smallPadding
width: 208
height: 184
image.source: Style.svg("appearance-normal-dark")
image.source: Style.png("appearance-dark")
image.height: 128
//% "Dark"
control.text: qsTrId("dark")
@ -345,7 +345,7 @@ SettingsContentBase {
padding: Style.current.smallPadding
width: 208
height: 184
image.source: Style.svg("appearance-normal-system")
image.source: Style.png("appearance-system")
image.height: 128
//% "System"
control.text: qsTrId("system")

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 794 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 796 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 799 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 794 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 796 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 799 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB