Skip to content
Snippets Groups Projects
Commit ab16ad66 authored by andrey.daragan's avatar andrey.daragan
Browse files

Merge branch 'features-2997' into 'develop'

Features 2997

See merge request !19
parents bca1afe6 ac9f90e6
No related branches found
No related tags found
1 merge request!19Features 2997
......@@ -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