Compare commits

...
Sign in to create a new pull request.

6 commits

Author SHA1 Message Date
aiamnezia
592dc1b0f4 Remove unnecessary MouseArea from country selection page 2025-04-30 16:27:16 +04:00
aiamnezia
757caacf12 Fix listview layout in DropDownType 2025-04-28 13:54:32 +04:00
aiamnezia
83029741c9 Fix ListView height 2025-04-28 12:51:20 +04:00
aiamnezia
b643f2e72a Fix scrolling on container DropDown 2025-04-25 16:19:17 +04:00
aiamnezia
d95e04af90 Disable highlightFollowsCurrentItem for country selection page 2025-04-25 07:57:27 +04:00
aiamnezia
5c40f382fd Fix ListViewType scrolling on country selection page 2025-04-25 04:58:28 +04:00
4 changed files with 4 additions and 7 deletions

View file

@ -18,7 +18,8 @@ ListView {
property var selectedText
width: rootWidth
height: contentItem.height
anchors.top: parent.top
anchors.bottom: parent.bottom
clip: true
snapMode: ListView.SnapToItem

View file

@ -239,6 +239,7 @@ Item {
sourceComponent: root.listView
Layout.fillHeight: true
Layout.fillWidth: true
}
}
}

View file

@ -177,6 +177,7 @@ RadioButton {
MouseArea {
anchors.fill: root
cursorShape: Qt.PointingHandCursor
preventStealing: false
enabled: false
}
}

View file

@ -135,12 +135,6 @@ PageType {
}
}
MouseArea {
anchors.fill: containerRadioButton
cursorShape: Qt.PointingHandCursor
enabled: false
}
Keys.onEnterPressed: {
if (checkable) {
checked = true