Skip to content
Snippets Groups Projects

Feature 2624

Merged konstantin.kukharenko requested to merge feature-2624 into master
1 file
+ 2
4
Compare changes
  • Side-by-side
  • Inline
+ 2
4
@@ -29,7 +29,7 @@ import QtGraphicalEffects 1.0
///@topEffect - Using an effect for the top element
///@colorTopNormalDropShadow - Color of the shadow effect of the combo box when minimized
///@colorDropShadow - Unboxed shadow color in expanded state
///@paddingTopItemDelegate and @paddingBottomItemDelegate - indent above and below from item delegate
///@paddingTopItemDelegate - indent above and below from item delegate
ComboBox {
@@ -99,12 +99,11 @@ ComboBox {
}
else return 0
}
///Text item
contentItem: Text {
id:textDelegateComboBox
anchors.fill: parent
anchors.topMargin: paddingTopItemDelegate
anchors.bottomMargin: paddingBottomItemDelegate
anchors.leftMargin: popup.visible ? sidePaddingActive : sidePaddingNormal
font.family: fontRobotoRegular.name
font.pixelSize: fontSizeComboBox
@@ -114,7 +113,6 @@ ComboBox {
//Indent from the bottom edge or the next line that will not stand out when you hover over the mouse
//And here is the list text
background: Rectangle {
anchors.fill: parent
anchors.bottomMargin: {
Loading