Skip to content

Commit

Permalink
* fixing the typo in the top of the screen.
Browse files Browse the repository at this point in the history
* resizing the window so all the text is displayed.
  • Loading branch information
Jewest authored and mjmacleod committed Aug 28, 2023
1 parent 1e875c9 commit 099afa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/frontend/electron_vue/src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,11 @@ function createAboutWindow() {
let options = {
width: 600,
minWidth: 400,
height: 600,
height: 635,
minHeight: 400,
show: false,
parent: winMain,
title: "About Florin",
title: "About Munt",
skipTaskBar: true,
autoHideMenuBar: true,
webPreferences: {
Expand Down

0 comments on commit 099afa2

Please sign in to comment.