Commit f7348bc2 authored by Jens Bache-Wiig's avatar Jens Bache-Wiig Committed by The Qt Project
Browse files

Fixed a size hint issue with combo box


Change-Id: I6cd39d5f3d3c0a767759abbb043277cd5ae83d2a
Reviewed-by: default avatarJens Bache-Wiig <jens.bache-wiig@digia.com>
parent 67eb46f6
Tags
No related merge requests found
Showing with 1 addition and 0 deletions
......@@ -57,6 +57,7 @@ Item {
text: comboBox.selectedText
hasFocus: comboBox.focus
contentHeight: 18
contentWidth: 80
Component.onCompleted: popup.center = styleHint("comboboxpopup");
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment