Skip to content

Commit

Permalink
expand height of control bar for live streams
Browse files Browse the repository at this point in the history
  • Loading branch information
kutu committed May 1, 2013
1 parent c4f0010 commit de64096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ru/kutu/grindplayer/views/skins/ControlBarSkin.mxml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<s:Rect
left="0" right="0"
height="27"
height="{scrubBar.visible ? 27 : 30}"
>
<s:fill>
<s:SolidColor
Expand Down

0 comments on commit de64096

Please sign in to comment.