mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
updated to new electron version...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
6e05be9fee
commit
c4c5488e60
@ -45,8 +45,8 @@ function createSplash(){
|
||||
transparent: true,
|
||||
frame: false,
|
||||
center: true,
|
||||
width: 800,
|
||||
height: 500,
|
||||
width: 840,
|
||||
height: 540,
|
||||
|
||||
alwaysOnTop: true,
|
||||
|
||||
|
||||
6
ui (gen4)/package-lock.json
generated
6
ui (gen4)/package-lock.json
generated
@ -330,9 +330,9 @@
|
||||
}
|
||||
},
|
||||
"electron": {
|
||||
"version": "4.2.0",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-4.2.0.tgz",
|
||||
"integrity": "sha512-bn41xAekJ8h4QfMwmlsL3Qx1xUloTwVHBEKRg8hGDhecfdPgDdps60gfoZOhdL88avimahrP01Bd7Aijsyywdg==",
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-5.0.1.tgz",
|
||||
"integrity": "sha512-8KksyhAPcpXVeO8ViVGxfZAuf8yEVBCtV0h/lMBD8VFbCQ9icej1K5csCFAGirbZbqOz5IdsBZX9Gpb9n4RCag==",
|
||||
"requires": {
|
||||
"@types/node": "^10.12.18",
|
||||
"electron-download": "^4.1.0",
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
"app-module-path": "^1.0.6",
|
||||
"async-json": "0.0.2",
|
||||
"commander": "^2.20.0",
|
||||
"electron": "^4.2.0",
|
||||
"electron": "^5.0.1",
|
||||
"exiftool": "^0.0.3",
|
||||
"fs-extra": "^7.0.1",
|
||||
"fs-walk": "^0.0.1",
|
||||
|
||||
@ -17,10 +17,10 @@ body {
|
||||
}
|
||||
.block {
|
||||
position: absolute;
|
||||
top: 50px;
|
||||
left: 50px;
|
||||
right: 50px;
|
||||
bottom: 50px;
|
||||
top: 80px;
|
||||
left: 80px;
|
||||
right: 80px;
|
||||
bottom: 80px;
|
||||
background-image: url('images/splash-800x500.jpg');
|
||||
background-size: cover;
|
||||
background-color: #333333;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user