Added baseline for playerbar and added commented code for borderless/titlebarless window
parent
11cefcb63e
commit
2046cd3261
|
|
@ -25,6 +25,9 @@ function createWindow () {
|
||||||
width: 1000,
|
width: 1000,
|
||||||
minHeight:600,
|
minHeight:600,
|
||||||
minWidth:400,
|
minWidth:400,
|
||||||
|
//frame: false,
|
||||||
|
//titleBarStyle: 'hidden',
|
||||||
|
//titleBarStyle: 'customButtonsOnHover',
|
||||||
})
|
})
|
||||||
|
|
||||||
mainWindow.loadURL(winURL)
|
mainWindow.loadURL(winURL)
|
||||||
|
|
|
||||||
|
|
@ -12,5 +12,7 @@ export default {
|
||||||
|
|
||||||
<style lang="sass" scoped>
|
<style lang="sass" scoped>
|
||||||
section
|
section
|
||||||
height: 3rem
|
display: flex
|
||||||
|
border-top: 1px solid rgba(0,0,0,0.1)
|
||||||
|
height: 4.5rem
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue