Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 4322d8: Fixing connection preferences table for bug 475606...

  Branch: refs/heads/master
  Home:   https://github.com/eclipse/ice
  Commit: 4322d8509565df3bbb6d335fa890f7cfa2c3740d
      https://github.com/eclipse/ice/commit/4322d8509565df3bbb6d335fa890f7cfa2c3740d
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-08-21 (Fri, 21 Aug 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service/src/org/eclipse/ice/viz/service/connections/preferences/TableComponentContentProvider.java

  Log Message:
  -----------
  Fixing connection preferences table for bug 475606.

Changed use of TableColumn.pack() to instead compute the width of the
header text and use that to set the width of the columns.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>



Back to the top