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 ...@@ -81,8 +81,8 @@ ComboBox
} }
//Defining the background for the main line //Defining the background for the main line
background: background:
Rectangle Rectangle
{ {
anchors.fill: parent anchors.fill: parent
color: parent.popup.visible ? hilightTopColor : normalTopColor color: parent.popup.visible ? hilightTopColor : normalTopColor
...@@ -91,10 +91,9 @@ ComboBox ...@@ -91,10 +91,9 @@ ComboBox
} }
//Main line text settings //Main line text settings
contentItem: contentItem:
Text Text
{ {
id:textTopComboBox
anchors.fill: parent anchors.fill: parent
anchors.leftMargin: popup.visible ? sidePaddingActive : sidePaddingNormal anchors.leftMargin: popup.visible ? sidePaddingActive : sidePaddingNormal
text: mainLineText text: mainLineText
...@@ -142,7 +141,7 @@ ComboBox ...@@ -142,7 +141,7 @@ ComboBox
} }
//Shadow effect for the top element. //Shadow effect for the top element.
DropShadow DropShadow
{ {
anchors.fill: if (topEffect) anchors.fill: if (topEffect)
parent 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