Skip to content
Snippets Groups Projects
Commit 8033f5e4 authored by tpylak's avatar tpylak
Browse files

minor: unify filters tooltip

SVN: 9690
parent 42d88058
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ public class ColumnFilter<T extends ModelData> extends StoreFilterField<T> ...@@ -34,7 +34,7 @@ public class ColumnFilter<T extends ModelData> extends StoreFilterField<T>
{ {
this.column = columnName; this.column = columnName;
setWidth(100); setWidth(100);
setEmptyText(label + "..."); setEmptyText(label);
bind(store); bind(store);
} }
......
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