Features 3030
Compare changes
Files
2- Kirill Anisimov authored
+ 16
− 24
@@ -2,44 +2,35 @@ import QtQuick 2.4
@@ -2,44 +2,35 @@ import QtQuick 2.4
elidedText.text = (width > 2) ? elideByWidth(width) : (charsNumber > 2) ? elideByCharNum(charsNumber) : text
@@ -53,12 +44,13 @@ DapTextForm {
@@ -53,12 +44,13 @@ DapTextForm {