Skip to content
Snippets Groups Projects
Commit ac9f90e6 authored by konstantin.kukharenko's avatar konstantin.kukharenko Committed by andrey.daragan
Browse files

Features 2997

parent bca1afe6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -90,10 +90,9 @@ ComboBox
}
//Main line text settings
contentItem:
Text
contentItem:
Text
{
id:textTopComboBox
anchors.fill: parent
anchors.leftMargin: popup.visible ? sidePaddingActive : sidePaddingNormal
text: mainLineText
......@@ -141,7 +140,7 @@ ComboBox
}
//Shadow effect for the top element.
DropShadow
DropShadow
{
anchors.fill: topEffect ? parent : null
source: topEffect ? background : null
......
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