We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7814c67 commit cd5e390Copy full SHA for cd5e390
default_app/default_app.ts
@@ -45,10 +45,10 @@ async function createWindow () {
45
await app.whenReady()
46
47
const options: Electron.BrowserWindowConstructorOptions = {
48
- width: 900,
49
- height: 600,
+ width: 960,
+ height: 620,
50
autoHideMenuBar: true,
51
- backgroundColor: '#FFFFFF',
+ backgroundColor: '#2f3241',
52
webPreferences: {
53
preload: path.resolve(__dirname, 'preload.js'),
54
contextIsolation: true,
default_app/styles.css
@@ -8,7 +8,7 @@ body {
8
}
9
10
.container {
11
- margin: 15px 30px 30px 30px;
+ margin: 15px 30px;
12
background-color: #2f3241;
13
flex: 1;
14
display: flex;
0 commit comments