|
|
@ -15,6 +15,7 @@ ComboBox { |
|
|
|
textColor: __showHighlight ? |
|
|
|
textColor: __showHighlight ? |
|
|
|
control.__qgcPal.buttonHighlightText : |
|
|
|
control.__qgcPal.buttonHighlightText : |
|
|
|
control.__qgcPal.buttonText |
|
|
|
control.__qgcPal.buttonText |
|
|
|
|
|
|
|
renderType: Text.QtRendering |
|
|
|
|
|
|
|
|
|
|
|
background: Item { |
|
|
|
background: Item { |
|
|
|
implicitWidth: Math.round(TextSingleton.implicitHeight * 4.5) |
|
|
|
implicitWidth: Math.round(TextSingleton.implicitHeight * 4.5) |
|
|
|