Merge pull request #221 from neilsb/movie-screen-layout

Update Movies screen to match TV Shows
This commit is contained in:
Anthony Lavado 2020-06-09 15:34:50 -04:00 committed by GitHub
commit 8e9ba171f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<component name="Movies" extends="JFGroup">
<children>
<ItemGrid id="picker" visible="true" itemsPerRow="10" />
<ItemGrid id="picker" visible="true" itemsPerRow="6" />
<OptionsSlider id="options" />
<Rectangle translation="[0,981]" width="1920" height="100" color="#101010" />
</children>