Skip to content
Snippets Groups Projects

Features 3048

Merged andrey.daragan requested to merge features-3048 into develop
2 files
+ 1
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -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
Loading