Skip to content
Snippets Groups Projects
Commit 030cdf58 authored by konstantin.kukharenko's avatar konstantin.kukharenko
Browse files

[*]delete id contentItem

parent 7eac2dad
No related branches found
No related tags found
1 merge request!19Features 2997
This commit is part of merge request !19. Comments created here will be created in the context of that merge request.
......@@ -81,8 +81,8 @@ ComboBox
}
//Defining the background for the main line
background:
Rectangle
background:
Rectangle
{
anchors.fill: parent
color: parent.popup.visible ? hilightTopColor : normalTopColor
......@@ -91,10 +91,9 @@ ComboBox
}
//Main line text settings
contentItem:
Text
contentItem:
Text
{
id:textTopComboBox
anchors.fill: parent
anchors.leftMargin: popup.visible ? sidePaddingActive : sidePaddingNormal
text: mainLineText
......@@ -142,7 +141,7 @@ ComboBox
}
//Shadow effect for the top element.
DropShadow
DropShadow
{
anchors.fill: if (topEffect)
parent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment