summaryrefslogtreecommitdiff
path: root/src/styles/Base/ComboBoxStyle.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/Base/ComboBoxStyle.qml')
-rw-r--r--src/styles/Base/ComboBoxStyle.qml7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/styles/Base/ComboBoxStyle.qml b/src/styles/Base/ComboBoxStyle.qml
index 9795d1a8..7984a329 100644
--- a/src/styles/Base/ComboBoxStyle.qml
+++ b/src/styles/Base/ComboBoxStyle.qml
@@ -46,10 +46,11 @@ import QtQuick.Controls.Private 1.0
\qmltype ComboBoxStyle
\inqmlmodule QtQuick.Controls.Styles 1.0
\since QtQuick.Controls.Styles 1.0
+ \ingroup controlsstyling
\brief Provides custom styling for ComboBox
*/
-PaddedStyle {
+Style {
/*! \internal */
property var __syspal: SystemPalette {
@@ -62,7 +63,7 @@ PaddedStyle {
/*! The padding between the background and the label components. */
padding { top: 4 ; left: 6 ; right: 6 ; bottom:4 }
- /*! The background of the button. */
+ /*! This defines the background of the button. */
property Component background: Item {
implicitWidth: 100
implicitHeight: 25
@@ -98,7 +99,7 @@ PaddedStyle {
}
}
- /*! The label of the button. */
+ /*! This defines the label of the button. */
property Component label: Item {
implicitWidth: textitem.implicitWidth + 20
Text {