fix(@desktop/settings): System appearance illustration is wrong.
fixes #5671
|
@ -313,10 +313,10 @@ SettingsContentBase {
|
||||||
padding: Style.current.smallPadding
|
padding: Style.current.smallPadding
|
||||||
width: 208
|
width: 208
|
||||||
height: 184
|
height: 184
|
||||||
image.source: Style.svg("appearance-normal-light")
|
image.source: Style.png("appearance-light")
|
||||||
image.height: 128
|
image.height: 128
|
||||||
//% "Light"
|
//% "Light"
|
||||||
control.text: qsTrId("light")
|
control.text: qsTrId("Light")
|
||||||
control.checked: localAppSettings.theme === Universal.Light
|
control.checked: localAppSettings.theme === Universal.Light
|
||||||
onRadioCheckedChanged: {
|
onRadioCheckedChanged: {
|
||||||
if (checked) {
|
if (checked) {
|
||||||
|
@ -329,7 +329,7 @@ SettingsContentBase {
|
||||||
padding: Style.current.smallPadding
|
padding: Style.current.smallPadding
|
||||||
width: 208
|
width: 208
|
||||||
height: 184
|
height: 184
|
||||||
image.source: Style.svg("appearance-normal-dark")
|
image.source: Style.png("appearance-dark")
|
||||||
image.height: 128
|
image.height: 128
|
||||||
//% "Dark"
|
//% "Dark"
|
||||||
control.text: qsTrId("dark")
|
control.text: qsTrId("dark")
|
||||||
|
@ -345,7 +345,7 @@ SettingsContentBase {
|
||||||
padding: Style.current.smallPadding
|
padding: Style.current.smallPadding
|
||||||
width: 208
|
width: 208
|
||||||
height: 184
|
height: 184
|
||||||
image.source: Style.svg("appearance-normal-system")
|
image.source: Style.png("appearance-system")
|
||||||
image.height: 128
|
image.height: 128
|
||||||
//% "System"
|
//% "System"
|
||||||
control.text: qsTrId("system")
|
control.text: qsTrId("system")
|
||||||
|
|
Before Width: | Height: | Size: 794 KiB |
Before Width: | Height: | Size: 796 KiB |
Before Width: | Height: | Size: 799 KiB |
After Width: | Height: | Size: 4.5 KiB |
After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 794 KiB |
Before Width: | Height: | Size: 796 KiB |
Before Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 799 KiB |
After Width: | Height: | Size: 5.0 KiB |