ui: fix for elided text in the smartlist

- code simplified.

- elided text fixed.

Tuleap: #275

Change-Id: I1d085253d1a4d2a298be00e80297b1bc65f4e5db
diff --git a/smartlistdelegate.h b/smartlistdelegate.h
index 705faef..313a15e 100644
--- a/smartlistdelegate.h
+++ b/smartlistdelegate.h
@@ -41,6 +41,7 @@
     constexpr static int dx_ = 12;
     constexpr static int fontSize_ = 10;
     constexpr static int pinSize_ = 12;
+    constexpr static int effectiveComBarSize_ = 48;
     int rowHighlighted_ = -1;
 
 signals: