Skip to content

Commit

Permalink
Merge pull request #137 from kfa/fix_progress_indocator_in_pullpanel
Browse files Browse the repository at this point in the history
Fixed display progress indicator in pullpanel.
  • Loading branch information
dankurka committed Aug 11, 2014
2 parents c21958f + 8b94893 commit 5e02863
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<g:FlowPanel ui:field="main" styleName="{appearance.css.pullToRefresh}">
<g:FlowPanel ui:field="icon" styleName="{appearance.css.arrow}"/>
<mgwt:progress.ProgressIndicator ui:field="indicator" styleName="{appearance.css.spinner}" />
<mgwt:progress.ProgressIndicator ui:field="indicator" addStyleNames="{appearance.css.spinner}" />
<g:HTML ui:field="textContainer" styleName="{appearance.css.text}" />

</g:FlowPanel>
Expand Down

0 comments on commit 5e02863

Please sign in to comment.