diff options
Diffstat (limited to 'mobile-widgets/qml/DiveDetailsEdit.qml')
-rw-r--r-- | mobile-widgets/qml/DiveDetailsEdit.qml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DiveDetailsEdit.qml b/mobile-widgets/qml/DiveDetailsEdit.qml index 9986d234f..5b582d11e 100644 --- a/mobile-widgets/qml/DiveDetailsEdit.qml +++ b/mobile-widgets/qml/DiveDetailsEdit.qml @@ -160,6 +160,9 @@ Item { model: diveDetailsListView.currentItem.modelData.dive.suitList inputMethodHints: Qt.ImhNoPredictiveText Layout.fillWidth: true + style: ComboBoxStyle { + dropDownButtonWidth: 0 + } } Kirigami.Label { @@ -172,6 +175,9 @@ Item { model: diveDetailsListView.currentItem.modelData.dive.buddyList inputMethodHints: Qt.ImhNoPredictiveText Layout.fillWidth: true + style: ComboBoxStyle { + dropDownButtonWidth: 0 + } } Kirigami.Label { @@ -184,6 +190,9 @@ Item { model: diveDetailsListView.currentItem.modelData.dive.divemasterList inputMethodHints: Qt.ImhNoPredictiveText Layout.fillWidth: true + style: ComboBoxStyle { + dropDownButtonWidth: 0 + } } Kirigami.Label { |