Skip to content

Commit

Permalink
fix PageSetupWizardApiServicesList
Browse files Browse the repository at this point in the history
  • Loading branch information
CyAn84 committed Dec 22, 2024
1 parent 8767f48 commit 13e680f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions client/ui/qml/Pages2/PageSetupWizardApiServicesList.qml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,20 @@ PageType {
spacing: 0

property bool isFocusable: true
selectedIndex: 1

clip: true
reuseItems: true

model: ApiServicesModel

ScrollBar.vertical: ScrollBar {}
ScrollBar.vertical: ScrollBarType {}

delegate: Item {
implicitWidth: servicesListView.width
implicitHeight: delegateContent.implicitHeight

enabled: isServiceAvailable

ColumnLayout {
id: delegateContent

Expand All @@ -80,8 +84,6 @@ PageType {

rightImageSource: "qrc:/images/controls/chevron-right.svg"

enabled: isServiceAvailable

onClicked: {
if (isServiceAvailable) {
ApiServicesModel.setServiceIndex(index)
Expand Down

0 comments on commit 13e680f

Please sign in to comment.