remove bottom section from server-console splash

This commit is contained in:
Stephen Birarda 2016-03-30 13:27:44 -07:00
parent 7c0c48458e
commit c2c7ae89db
2 changed files with 1 additions and 2 deletions

View file

@ -583,7 +583,7 @@ function maybeShowSplash() {
var window = new BrowserWindow({ var window = new BrowserWindow({
icon: appIcon, icon: appIcon,
width: 1600 * zoomFactor, width: 1600 * zoomFactor,
height: 737 * zoomFactor, height: 650 * zoomFactor,
center: true, center: true,
frame: true, frame: true,
useContentSize: true, useContentSize: true,

View file

@ -122,7 +122,6 @@ h2 {
#main-content { #main-content {
height: 350px; height: 350px;
border-bottom: 2px solid #F5F6F6;
} }
.footer { .footer {