Skip to content

Commit

Permalink
code files list size back to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Aug 2, 2012
1 parent a8383e7 commit 8247623
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public CodeFilesList()
HorizontalPanel dictionariesPanel = new HorizontalPanel();
listBox_ = new ListBox(false);
listBox_.addStyleName(RES.styles().codeFilesListBox());
listBox_.getElement().<SelectElement>cast().setSize(2);
listBox_.getElement().<SelectElement>cast().setSize(3);
dictionariesPanel.add(listBox_);

VerticalPanel buttonPanel = new VerticalPanel();
Expand Down

0 comments on commit 8247623

Please sign in to comment.