Added baseline for playerbar and added commented code for borderless/titlebarless window

pull/16/head
Nikan Dalvand 2019-07-24 19:26:37 +04:30
parent 11cefcb63e
commit 2046cd3261
2 changed files with 6 additions and 1 deletions

View File

@ -25,6 +25,9 @@ function createWindow () {
width: 1000,
minHeight:600,
minWidth:400,
//frame: false,
//titleBarStyle: 'hidden',
//titleBarStyle: 'customButtonsOnHover',
})
mainWindow.loadURL(winURL)

View File

@ -12,5 +12,7 @@ export default {
<style lang="sass" scoped>
section
height: 3rem
display: flex
border-top: 1px solid rgba(0,0,0,0.1)
height: 4.5rem
</style>