Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
make webtrans editor table correct width on initial load
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmason committed Aug 9, 2011
1 parent d2c3e22 commit c4bfc2c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public TableEditorView(RedirectingCachedTableModel<TransUnit> tableModel, TableE
getDataTable().setStylePrimaryName("TableEditor");
getDataTable().setSelectionPolicy(SelectionPolicy.ONE_ROW);
getDataTable().setCellPadding(3);
getDataTable().setWidth("100%");
getDataTable().addRowSelectionHandler(new RowSelectionHandler()
{
@Override
Expand Down

0 comments on commit c4bfc2c

Please sign in to comment.