Skip to content

Commit e448aeb

Browse files
committed
make the windows slightly bigger to show the complete text
1 parent 8c1ae62 commit e448aeb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ storage.has('basic', function(error, hasKey) {
4242

4343
function createWindow () {
4444
const mainWindow = new BrowserWindow({
45-
width: 420,
45+
width: 430,
4646
height: 250,
4747
resizable: false,
4848
autoHideMenuBar: app.isPackaged,

renderer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,15 @@ $(document).ready(function() {
9393

9494
$("#config-tab").on("click",function() {
9595
obj={};
96-
obj.width=420;
96+
obj.width=430;
9797
obj.height=550;
9898
obj.ani=false;
9999
resizeme(obj);
100100
});
101101

102102
$("#status-tab").on("click",function() {
103103
obj={};
104-
obj.width=420;
104+
obj.width=430;
105105
obj.height=250;
106106
obj.ani=false;
107107
resizeme(obj);

0 commit comments

Comments
 (0)