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,
|
transparent: true,
|
||||||
frame: false,
|
frame: false,
|
||||||
center: true,
|
center: true,
|
||||||
width: 800,
|
width: 840,
|
||||||
height: 500,
|
height: 540,
|
||||||
|
|
||||||
alwaysOnTop: true,
|
alwaysOnTop: true,
|
||||||
|
|
||||||
|
|||||||
6
ui (gen4)/package-lock.json
generated
6
ui (gen4)/package-lock.json
generated
@ -330,9 +330,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"version": "4.2.0",
|
"version": "5.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/electron/-/electron-4.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/electron/-/electron-5.0.1.tgz",
|
||||||
"integrity": "sha512-bn41xAekJ8h4QfMwmlsL3Qx1xUloTwVHBEKRg8hGDhecfdPgDdps60gfoZOhdL88avimahrP01Bd7Aijsyywdg==",
|
"integrity": "sha512-8KksyhAPcpXVeO8ViVGxfZAuf8yEVBCtV0h/lMBD8VFbCQ9icej1K5csCFAGirbZbqOz5IdsBZX9Gpb9n4RCag==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/node": "^10.12.18",
|
"@types/node": "^10.12.18",
|
||||||
"electron-download": "^4.1.0",
|
"electron-download": "^4.1.0",
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
"app-module-path": "^1.0.6",
|
"app-module-path": "^1.0.6",
|
||||||
"async-json": "0.0.2",
|
"async-json": "0.0.2",
|
||||||
"commander": "^2.20.0",
|
"commander": "^2.20.0",
|
||||||
"electron": "^4.2.0",
|
"electron": "^5.0.1",
|
||||||
"exiftool": "^0.0.3",
|
"exiftool": "^0.0.3",
|
||||||
"fs-extra": "^7.0.1",
|
"fs-extra": "^7.0.1",
|
||||||
"fs-walk": "^0.0.1",
|
"fs-walk": "^0.0.1",
|
||||||
|
|||||||
@ -17,10 +17,10 @@ body {
|
|||||||
}
|
}
|
||||||
.block {
|
.block {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50px;
|
top: 80px;
|
||||||
left: 50px;
|
left: 80px;
|
||||||
right: 50px;
|
right: 80px;
|
||||||
bottom: 50px;
|
bottom: 80px;
|
||||||
background-image: url('images/splash-800x500.jpg');
|
background-image: url('images/splash-800x500.jpg');
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user