Skip to content

Commit

Permalink
QmlControls: Fix LabelledComboBox Text
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey committed Sep 25, 2024
1 parent 4cd217b commit 3fd7e80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/QmlControls/LabelledComboBox.qml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RowLayout {
property alias label: label.text
property alias model: _comboBox.model
property alias currentIndex: _comboBox.currentIndex
property alias currentText: _comboBox.currentText
property var comboBox: _comboBox
property real comboBoxPreferredWidth: -1

Expand Down

0 comments on commit 3fd7e80

Please sign in to comment.