Changed min-width to 550

pull/20/head
Nikan Dalvand 2019-07-25 23:58:35 +04:30
parent e6beb201e1
commit 13b6005392
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ function createWindow () {
useContentSize: true, useContentSize: true,
width: 1000, width: 1000,
minHeight:600, minHeight:600,
minWidth:400, minWidth:550,
//frame: false, //frame: false,
//titleBarStyle: 'hidden', //titleBarStyle: 'hidden',
//titleBarStyle: 'customButtonsOnHover', //titleBarStyle: 'customButtonsOnHover',

View File

@ -1,7 +1,7 @@
<template> <template>
<section> <section>
<legend>Top music of the month</legend> <legend>Top music of the month</legend>
<Carousel class="carousel-custom" :paginationEnabled="false" :scrollPerPage="false" :perPageCustom="[[300, 2], [540, 3], [740, 4], [800, 3], [900, 4], [1000, 4], [1200, 5] , [1300, 6]]"> <Carousel class="carousel-custom" :paginationEnabled="false" :scrollPerPage="false" :perPageCustom="[[540, 3], [740, 4], [800, 3], [900, 4], [1000, 4], [1200, 5] , [1300, 6]]">
<Slide v-for="item in items" :key="item.id"> <Slide v-for="item in items" :key="item.id">
<MusicBox :item="item" /> <MusicBox :item="item" />
</Slide> </Slide>