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

[*] Change DapText interface and logic

[*] Change model handler of ComboBox
parent 070b8ca9
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ import QtQuick 2.4
DapTextForm
{
width: parent.width
textMetric.elideWidth: width
//Text eliding is available only after full item boot
//with all metrics - to delete binding loop
......
......@@ -28,7 +28,6 @@ TextInput
id: dapTextInputTextMetric
font: parent.font
elide: textElide
elideWidth: parent.width
text: fullText
}
......
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