Increase default screen width on desktop app
Goal is to show 3 card in a row as default. It gives more consistent look to privacy.sexy across web and desktop.
This commit is contained in:
@@ -31,7 +31,7 @@ if (!process.env.IS_TEST) {
|
|||||||
|
|
||||||
function createWindow() {
|
function createWindow() {
|
||||||
// Create the browser window.
|
// Create the browser window.
|
||||||
const size = getWindowSize(1350, 955);
|
const size = getWindowSize(1650, 955);
|
||||||
win = new BrowserWindow({
|
win = new BrowserWindow({
|
||||||
width: size.width,
|
width: size.width,
|
||||||
height: size.height,
|
height: size.height,
|
||||||
|
|||||||
Reference in New Issue
Block a user