Reduce window size

This commit is contained in:
Scott E. Graves
2019-06-04 16:53:33 -05:00
parent 7aa17de4be
commit a5e21c8dfc
4 changed files with 5 additions and 5 deletions

View File

@@ -670,7 +670,7 @@ class App extends IPCContainer {
let key = 0;
mainContent.push((
<div key={'rvd_' + key++}
style={{height: '25%'}}>
style={{height: '32%'}}>
<ReleaseVersionDisplay disabled={this.state.DownloadActive || this.state.ExtractActive || this.state.MountsBusy}
downloadClicked={this.handleReleaseDownload}
downloadDisabled={!downloadEnabled}