Skip to content

Commit 85446a7

Browse files
committed
ui stuff
1 parent 0563b2d commit 85446a7

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,6 @@
9696
</div>
9797

9898

99-
100-
101-
102-
10399

104100
<script>
105101
function loadNextImage() {

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ let currentImageIndex = 0;
1111

1212
const createWindow = () => {
1313
mainWindow = new BrowserWindow({
14-
width: 900,
15-
height: 700,
14+
width: 1920,
15+
height: 1080,
1616
webPreferences: {
1717
nodeIntegration: true,
1818
contextIsolation: false,

0 commit comments

Comments
 (0)