Tweak updater modal appearance
This commit is contained in:
@@ -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'>
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user