Skip to content

Commit

Permalink
increase header width to 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
suryagaddipati committed Nov 20, 2015
1 parent 7c2440d commit 2c882fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/jsx/terminal/src/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ function buildHeader(serverUrl,onBack,axisList,screen,logWidget){
const header = blessed.listbar({
height: 'shrink',// : 3,
mouse: true,
width: '100%',
keys: true,
autoCommandKeys: true,
border: 'line',
Expand Down

0 comments on commit 2c882fc

Please sign in to comment.