Adjusted height on initialization (windows)

This commit is contained in:
Kylart 2017-02-27 12:55:39 +01:00
parent 2281b199f6
commit 34a75fbe68
2 changed files with 5 additions and 4 deletions

View File

@ -26,8 +26,9 @@
mdl-layout--fixed-header">
<header class="mdl-layout__header">
<div class="mdl-layout__header-row">
<div class="mdl-layout-spacer">
<h4 class="greetings">Welcome {{ username }} !</h4></div>
<div class="mdl-layout-spacer dragable">
<h4 class="greetings">Welcome {{ username }} !</h4>
</div>
<div class="mdl-textfield mdl-js-textfield mdl-textfield--expandable
mdl-textfield--floating-label mdl-textfield--align-right">
<label class="mdl-button mdl-js-button mdl-button--icon"
@ -41,7 +42,7 @@
</div>
</div>
</header>
<div class="mdl-layout__drawer">
<div class="mdl-layout__drawer dragable">
<span class="mdl-layout-title">KawAnime</span>
<nav class="mdl-navigation">
<a class="mdl-navigation__link" href="#" v-on:click="getDownloader()">Download an anime</a>

View File

@ -26,7 +26,7 @@ function createWindow () {
// Create the browser window.
mainWindow = new BrowserWindow({
width: 1200,
height: 800,
height: 820,
titleBarStyle: 'hidden',
show: false,
title: 'KawAnime',