Skip to content

Commit

Permalink
Add rating mark also to "Shift" view
Browse files Browse the repository at this point in the history
"InfoWall", "Wall" and "Poster" views already have "ratings bubble", but for some reason it was missing from "Shift" view. Adding it.
  • Loading branch information
jakaja committed Oct 7, 2019
1 parent 8ba9cb2 commit 33dd6c5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions addons/skin.estuary/xml/View_53_Shift.xml
Expand Up @@ -89,6 +89,11 @@
<height>32</height>
<texture>$VAR[WallWatchedIconVar]</texture>
</control>
<control type="group">
<left>158</left>
<top>92</top>
<include condition="Skin.HasSetting(circle_rating) | Skin.HasSetting(circle_userrating)">RatingCircle</include>
</control>
</itemlayout>
<focusedlayout width="370">
<control type="image">
Expand Down Expand Up @@ -119,6 +124,11 @@
<height>32</height>
<texture>$VAR[WallWatchedIconVar]</texture>
</control>
<control type="group">
<left>158</left>
<top>92</top>
<include condition="Skin.HasSetting(circle_rating) | Skin.HasSetting(circle_userrating)">RatingCircle</include>
</control>
</focusedlayout>
</control>
</control>
Expand Down

0 comments on commit 33dd6c5

Please sign in to comment.