Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
guooscar committed Nov 11, 2015
1 parent 63600ac commit 273334b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public MachineWebSshWindow(Machine machine) {
new ExternalResource("/srv/deploy/webssh/"+machine.id));
frame.setSizeFull();
content.addComponent(frame);
content.setExpandRatio(frame, 1f);
content.setExpandRatio(frame, 1f);

}
}

0 comments on commit 273334b

Please sign in to comment.