diff options
Diffstat (limited to 'src/controls/Styles/Base/ComboBoxStyle.qml')
| -rw-r--r-- | src/controls/Styles/Base/ComboBoxStyle.qml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/controls/Styles/Base/ComboBoxStyle.qml b/src/controls/Styles/Base/ComboBoxStyle.qml index 92154d0a3..f71c8c98d 100644 --- a/src/controls/Styles/Base/ComboBoxStyle.qml +++ b/src/controls/Styles/Base/ComboBoxStyle.qml @@ -63,12 +63,14 @@ Style { Supported render types are: \list \li Text.QtRendering - \li Text.NativeRendering - the default + \li Text.NativeRendering \endlist + The default value is platform dependent. + \sa Text::renderType */ - property int renderType: Text.NativeRendering + property int renderType: Settings.isMobile ? Text.QtRendering : Text.NativeRendering /*! \since QtQuick.Controls.Styles 1.3 |
