mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
kcms/cellularnetwork: Fix available networks list elements not being
full-width
This commit is contained in:
parent
fa01a316ca
commit
d854f26062
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ Kirigami.ScrollablePage {
|
||||||
model: modem.details.networks
|
model: modem.details.networks
|
||||||
|
|
||||||
delegate: FormCard.FormRadioDelegate {
|
delegate: FormCard.FormRadioDelegate {
|
||||||
|
width: listView.width
|
||||||
checked: modelData.isCurrentlyUsed
|
checked: modelData.isCurrentlyUsed
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue