Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Make run dialog wider to be more readable when error message occurrs
Browse files Browse the repository at this point in the history
It will be set to be 75% of the navigator window size

Signed-off-by: Bruno Bottazzini <bruno.bottazzini@intel.com>
  • Loading branch information
Bruno Bottazzini committed Oct 16, 2015
1 parent 99dd1b4 commit b22656d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/js/controllers/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
modal: true,
position: { at: "center top"},
height: 'auto',
width: 650,
width: '75%',
show: { effect: "fade", duration: 300 },
hide: {effect: "fade", duration: 300 },
resizable: 'disable',
Expand Down

0 comments on commit b22656d

Please sign in to comment.