Skip to content

Commit

Permalink
Lower the amount of download list entries to 6 to minimize bsml refre…
Browse files Browse the repository at this point in the history
…sh lag
  • Loading branch information
kinsi55 committed Jun 26, 2021
1 parent dfd22e7 commit 5119c05
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions UI/Views/DownloadHistory.bsml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<vertical anchor-pos-y="10.5" anchor-pos-x="-10" child-control-height="false" xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='https://monkeymanboy.github.io/BSML-Docs/ https://raw.githubusercontent.com/monkeymanboy/BSML-Docs/gh-pages/BSMLSchema.xsd'>
<vertical anchor-pos-x="-10" child-control-height="false" xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='https://monkeymanboy.github.io/BSML-Docs/ https://raw.githubusercontent.com/monkeymanboy/BSML-Docs/gh-pages/BSMLSchema.xsd'>
<horizontal bg='panel-top-gradient'>
<text text='Download history' align='Center'/>
</horizontal>
<horizontal preferred-height='88' pad-top='5' pad-bottom='2' preferred-width='80'>
<horizontal preferred-height='72' pad-top='5' pad-bottom='2' preferred-width='80'>
<vertical preferred-width='70'>
<custom-list id='downloadList' select-cell='SelectSong' cell-size='9' visible-cells='9'>
<vertical id='bgContainer' bg='round-rect-panel' horizontal-fit='Unconstrained' preferred-height='7' vertical-fit='PreferredSize'/>
<vertical id='bgProgress' horizontal-fit='Unconstrained' preferred-height='1' vertical-fit='PreferredSize' background='panel-fade-gradient' anchor-pos-y='-2.875'/>
<vertical horizontal-fit='Unconstrained' pad='1' preferred-height='8' vertical-fit='PreferredSize'>
<custom-list id='downloadList' select-cell='SelectSong' cell-size='11' visible-cells='7'>
<vertical id='bgContainer' bg='round-rect-panel' horizontal-fit='Unconstrained' preferred-height='9' vertical-fit='PreferredSize'/>
<vertical id='bgProgress' horizontal-fit='Unconstrained' preferred-height='1' vertical-fit='PreferredSize' background='panel-fade-gradient' anchor-pos-y='-3.875'/>
<vertical horizontal-fit='Unconstrained' pad='1' preferred-height='10' vertical-fit='PreferredSize'>
<horizontal spacing='2'>
<text text='~songName' align='MidlineLeft' font-size='2.7' overflow-mode='Ellipsis' word-wrapping='false'/>
<text text='~levelAuthorName' align='MidlineRight' font-size='2.3' overflow-mode='Ellipsis' word-wrapping='false' color='#CCC'/>
</horizontal>
<horizontal pad-top='2'>
<horizontal pad-top='3'>
<text id='statusLabel' text='~statusMessage' align='MidlineLeft' font-size='3' word-wrapping='false' color='cyan'/>
</horizontal>
</vertical>
Expand Down

0 comments on commit 5119c05

Please sign in to comment.