Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.1.0 RC1
-
None
-
1f8ee02fbc06f822ee131fdd395c8e8cd244601d
Description
Try the sample code:
import QtQuick 2.1 import QtQuick.Controls 1.0 ComboBox { id: fontEditComboBox implicitWidth: 150 model: Qt.fontFamilies() }
When the menu is open on Ubuntu, it is not possible to scroll to see all the fonts available.