Tweak updater modal appearance

This commit is contained in:
Yuya Ochiai
2018-10-18 01:03:30 +09:00
parent 48f165c44f
commit 10d1bb7d0a
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ InstallButton.propTypes = {
function UpdaterPage(props) {
return (
<div className='UpdaterPage'>
<Navbar>
<Navbar fluid={true} >
<h1 className='UpdaterPage-heading'>{'New update is available'}</h1>
</Navbar>
<div className='container-fluid'>

View File

@@ -28,7 +28,7 @@ function createEventListener(win, eventName) {
function createUpdaterModal(parentWindow, options) {
const windowWidth = 480;
const windowHeight = 240;
const windowHeight = 280;
const windowOptions = {
title: `${app.getName()} Updater`,
parent: parentWindow,