From e5188108a16ebc326097cf70a4b0ec6345abf7f0 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Tue, 8 Mar 2016 15:21:15 +1300 Subject: [PATCH] Fix width of delete bookmark drop-down --- interface/resources/qml/controls-uit/ComboBox.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/resources/qml/controls-uit/ComboBox.qml b/interface/resources/qml/controls-uit/ComboBox.qml index 392d5534c8..888e8ccbc1 100644 --- a/interface/resources/qml/controls-uit/ComboBox.qml +++ b/interface/resources/qml/controls-uit/ComboBox.qml @@ -160,6 +160,7 @@ FocusScope { ScrollView { id: scrollView height: 480 + width: root.width + 4 ListView { id: listView