Skip to content
Snippets Groups Projects

Feature 2798

Merged konstantin.kukharenko requested to merge feature-2798 into master
+ 1
1
@@ -22,7 +22,7 @@ ComboBox {
@@ -22,7 +22,7 @@ ComboBox {
property string hilightTopColor: normalColor
property string hilightTopColor: normalColor
///@detalis fontSizeComboBox font size for the entire widget
///@detalis fontSizeComboBox font size for the entire widget
property int fontSizeComboBox: 16 * pt
property int fontSizeComboBox: 16 * pt
///@detalis widthPopupComboBoxNormal: width of the combo box in the normal state
///@detalis widthPopupComboBoxNormal width of the combo box in the normal state
property int widthPopupComboBoxNormal: parent.width
property int widthPopupComboBoxNormal: parent.width
///@detalis widthPopupComboBoxActive width of the ComboBox in the active state
///@detalis widthPopupComboBoxActive width of the ComboBox in the active state
property int widthPopupComboBoxActive: widthPopupComboBoxNormal
property int widthPopupComboBoxActive: widthPopupComboBoxNormal
Loading