Skip to content
Snippets Groups Projects

Features 3048

Merged tatiana.novikova requested to merge features-3048 into develop
2 files
+ 16
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 8
0
@@ -63,6 +63,14 @@ DapComboBoxForm
@@ -63,6 +63,14 @@ DapComboBoxForm
id: textDelegateComboBox
id: textDelegateComboBox
font: fontComboBox
font: fontComboBox
color: hovered ? hilightColorText : normalColorText
color: hovered ? hilightColorText : normalColorText
 
horizontalAlignment:
 
{
 
if(index === 0)
 
return Text.AlignLeft;
 
if(index === comboBoxTextRole.length - 1)
 
return Text.AlignRight;
 
return Text.AlignHCenter
 
}
width: (rectTextComboBox.width - roleInterval * (comboBoxTextRole.length - 1)) / comboBoxTextRole.length
width: (rectTextComboBox.width - roleInterval * (comboBoxTextRole.length - 1)) / comboBoxTextRole.length
/* {
/* {
if(index === 0)
if(index === 0)
Loading