Visual tweaks for linux
This commit is contained in:
parent
b5465384ce
commit
073e778a3b
|
@ -843,14 +843,14 @@ button:focus {
|
|||
float: left;
|
||||
}
|
||||
#filmout_position_wrap > div {
|
||||
width: 400px;
|
||||
width: 410px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
#filmout_functions {
|
||||
padding-top: 5px;
|
||||
}
|
||||
#filmout_functions > div {
|
||||
width: 400px;
|
||||
width: 410px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
#filmout_stats_video,
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
float: left;
|
||||
}
|
||||
> div{
|
||||
width: 400px;
|
||||
width: 410px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
@ -86,7 +86,7 @@
|
|||
#filmout_functions{
|
||||
padding-top: 5px;
|
||||
> div{
|
||||
width: 400px;
|
||||
width: 410px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -56,10 +56,14 @@ var createWindow = function () {
|
|||
minWidth : 800,
|
||||
minHeight : 600,
|
||||
icon: join(__dirname, 'assets/icons/icon.png'),
|
||||
skipTaskbar: true,
|
||||
toolbar: false,
|
||||
webPreferences : {
|
||||
nodeIntegration: true
|
||||
}
|
||||
})
|
||||
mainWindow.setMenu(null)
|
||||
mainWindow.setAutoHideMenuBar(true)
|
||||
mainWindow.loadURL('file://' + __dirname + '/index.html')
|
||||
if (process.argv.indexOf('-d') !== -1 || process.argv.indexOf('--dev') !== -1) {
|
||||
mainWindow.webContents.openDevTools()
|
||||
|
|
Loading…
Reference in New Issue