Skip to content

Commit

Permalink
Removed explicit exec tray height setting. Fixes #950 (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb authored Dec 30, 2016
1 parent be50c8d commit cdd46ab
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ define([
this.$execContent.empty();
execs.forEach(html => this.$execContent.append(html));

this.$execContent.height(200);
this.$execBody.show();
} else {
// Set the height to 0
Expand Down

0 comments on commit cdd46ab

Please sign in to comment.