fix(@desktop/settings): System appearance illustration is wrong.
fixes #5671
|
@ -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")
|
||||
|
|
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 |