mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
View background settings: Change radio buttons to dropdowns (#23403)
This commit is contained in:
parent
664cc9b33d
commit
331385794c
@ -59,6 +59,7 @@ export class HuiViewBackgroundEditor extends LitElement {
|
||||
translation_key:
|
||||
"ui.panel.lovelace.editor.edit_view.background.size",
|
||||
options: ["auto", "cover", "contain"],
|
||||
mode: "dropdown",
|
||||
},
|
||||
},
|
||||
},
|
||||
@ -79,6 +80,7 @@ export class HuiViewBackgroundEditor extends LitElement {
|
||||
"bottom center",
|
||||
"bottom right",
|
||||
],
|
||||
mode: "dropdown",
|
||||
},
|
||||
},
|
||||
},
|
||||
@ -89,6 +91,7 @@ export class HuiViewBackgroundEditor extends LitElement {
|
||||
translation_key:
|
||||
"ui.panel.lovelace.editor.edit_view.background.repeat",
|
||||
options: ["repeat", "no-repeat"],
|
||||
mode: "dropdown",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user