Browse Source

finetuning for special column resize on ie (scrolled horizontally, narrowing column so that space on right is getting free)

svn changeset:18522/svn branch:6.6
tags/6.7.0.beta1
Matti Tahvonen 13 years ago
parent
commit
0c382397f2
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java

+ 1
- 0
src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java View File

@@ -2315,6 +2315,7 @@ public class VScrollTable extends FlowPanel implements Table, ScrollHandler,
newWidth = getMinWidth();
}
setColWidth(colIndex, newWidth, true);
forceRealignColumnHeaders();
}
break;
default:

Loading…
Cancel
Save