LayoutGroup itemSpacings are different than RowList itemspacings
This commit is contained in:
parent
5ca49e076f
commit
e4c50f0107
|
@ -5,9 +5,9 @@
|
|||
<Poster id="moviePoster"
|
||||
translation="[150,150]"
|
||||
width="400" height="600" />
|
||||
<LayoutGroup layoutDirection="vert" translation="[355, 150]" itemSpacings="[0, 10]">
|
||||
<Label id="title" />
|
||||
<LayoutGroup layoutDirection="horiz" itemSpacings="[10, 0]">
|
||||
<LayoutGroup layoutDirection="vert" translation="[355, 150]" itemSpacings="[25]">
|
||||
<Label id="title" font="font:LargeBoldSystemFont" />
|
||||
<LayoutGroup layoutDirection="horiz" itemSpacings="[150]">
|
||||
<Label id="releaseYear" />
|
||||
<Label id="runtime" />
|
||||
<Label id="officialRating" />
|
||||
|
@ -18,7 +18,7 @@
|
|||
<Label id="director" />
|
||||
<Label id="video_codec" />
|
||||
<Label id="audio_codec" />
|
||||
<ButtonGroupHoriz id="buttons" itemSpacings="[10, 0]">
|
||||
<ButtonGroupHoriz id="buttons" itemSpacings="[10]">
|
||||
<Button text="Play" id="play-button" />
|
||||
<Button text="Watched" id="watched-button" />
|
||||
<Button text="Favorite" id="favorite-button" />
|
||||
|
|
|
@ -5,20 +5,20 @@
|
|||
<Poster id="tvshowPoster"
|
||||
translation="[150,150]"
|
||||
width="400" height="600" />
|
||||
<LayoutGroup layoutDirection="vert" translation="[355, 150]" itemSpacings="[0, 10]">
|
||||
<Label id="title" />
|
||||
<LayoutGroup layoutDirection="horiz" itemSpacings="[10, 0]">
|
||||
<LayoutGroup layoutDirection="vert" translation="[355, 150]" itemSpacings="[25]">
|
||||
<Label id="title" font="font:LargeBoldSystemFont" />
|
||||
<LayoutGroup layoutDirection="horiz" itemSpacings="[150]">
|
||||
<Label id="releaseYear" />
|
||||
<Label id="officialRating" />
|
||||
<Label id="communityRating" />
|
||||
</LayoutGroup>
|
||||
<Label id="genres" />
|
||||
<ButtonGroup id="buttons" layoutDirection="horiz" itemSpacings="[10, 0]">
|
||||
<Button text="Play" />
|
||||
<Button text="Shuffle" />
|
||||
<Button text="Watched" />
|
||||
<Button text="Favorite" />
|
||||
</ButtonGroup>
|
||||
<ButtonGroupHoriz id="buttons" itemSpacings="[10]">
|
||||
<Button text="Play" id="play-button" />
|
||||
<Button text="Shuffle" id="shuffle-button" />
|
||||
<Button text="Watched" id="watched-button" />
|
||||
<Button text="Favorite" id="favorite-button" />
|
||||
</ButtonGroupHoriz>
|
||||
<Label id="tagline" />
|
||||
<Label id="overview" />
|
||||
<Label id="history" />
|
||||
|
|
Loading…
Reference in New Issue
Block a user