Fix initial clearing of table when size is disabled

Change-Id: I28874c78d75b2fd45cb4d19d3429ca01f390d735
This commit is contained in:
Shawn Pearce
2013-12-05 19:29:18 -08:00
parent aba0f47750
commit 258f57aff5

View File

@@ -63,7 +63,7 @@ public class ChangeTable2 extends NavigationTable<ChangeInfo> {
public ChangeTable2() {
super(Util.C.changeItemHelp());
columns = BASE_COLUMNS;
columns = useNewFeatures ? BASE_COLUMNS : BASE_COLUMNS - 1;
labelNames = Collections.emptyList();
if (Gerrit.isSignedIn()) {