Skip to content

Commit

Permalink
View background settings: Change radio buttons to dropdowns (#23403)
Browse files Browse the repository at this point in the history
  • Loading branch information
silamon authored Dec 23, 2024
1 parent 664cc9b commit 8e71bd7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
},
},
Expand All @@ -79,6 +80,7 @@ export class HuiViewBackgroundEditor extends LitElement {
"bottom center",
"bottom right",
],
mode: "dropdown",
},
},
},
Expand All @@ -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",
},
},
},
Expand Down

0 comments on commit 8e71bd7

Please sign in to comment.